#97F8B8

Color #97F8B8 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #97F8B8

Tints of Vista Blue #97F8B8

Color information

#97F8B8 (or 0x97F8B8) is unknown color: approx Vista Blue. HEX triplet: 97, F8 and B8. RGB value is (151,248,184). Sum of RGB (Red+Green+Blue) = 151+248+184=583 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.90% from 583); Green value is 248 (97.27% from 255 or 42.54% from 583); Blue value is 184 (72.27% from 255 or 31.56% from 583); Max value from RGB is 248 - color contains mainly: green. Hex color #97F8B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F8B8 is #680747. Grayscale: #D3D3D3. Windows color (decimal): -6817608 or 12122263. OLE color: 12122263.

HSL color Cylindrical-coordinate representation of color #97F8B8: hue angle of 140.41º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97F8B8 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB151248184-
CMYK0.3900.260.03
HSL140.41º87.39%78.24%-
HSV(B)140.41º39.11%97.25%-
XYZ54.9877.1757.35-
YUV211.7112.3684.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 25.90%
GREEN value IS 248 (97.27% from 255) = 42.54%
BLUE value IS 184 (72.27% from 255) = 31.56%
R=25.90%
G=42.54%
B=31.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1512481840.3900.260.03140.4187.3978.24
Hex97F8B82701A38c574e
Octal227370270470323214127116
Binary100101111111100010111000100111011010111000110010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97F8B8; }

 p { color: rgb(151,248,184); }

 H1.HeaderClassName
 {
   color: #97F8B8;
 }
 .AnyTagClassName
 {
   color: #97F8B8;
 }
</style>
background-color css

<style>
 a { background-color: #97F8B8; }

 a { background-color: rgb(151,248,184); }

 div.DivClassName
 {
   background-color: #97F8B8;
 }
 .BgClassName
 {
   background-color: #97F8B8;
 }
</style>
border-color css

<style>
 span { border-color: #97F8B8; }

 span { border-color: rgb(151,248,184); }

 td.TdClassName
 {
   border-color: #97F8B8;
 }
 .TagClassName
 {
   border-color: #97F8B8;
 }
</style>