#96F7B8

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

Shades of Vista Blue #96F7B8

Tints of Vista Blue #96F7B8

Color information

#96F7B8 (or 0x96F7B8) is unknown color: approx Vista Blue. HEX triplet: 96, F7 and B8. RGB value is (150,247,184). Sum of RGB (Red+Green+Blue) = 150+247+184=581 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.82% from 581); Green value is 247 (96.88% from 255 or 42.51% from 581); Blue value is 184 (72.27% from 255 or 31.67% from 581); Max value from RGB is 247 - color contains mainly: green. Hex color #96F7B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F7B8 is #690847. Grayscale: #D2D2D2. Windows color (decimal): -6883400 or 12122006. OLE color: 12122006.

HSL color Cylindrical-coordinate representation of color #96F7B8: hue angle of 141.03º degrees, saturation: 0.86, 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 #96F7B8 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB150247184-
CMYK0.3900.260.03
HSL141.03º85.84%77.84%-
HSV(B)141.03º39.27%96.86%-
XYZ54.4976.4757.23-
YUV210.82112.8684.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.82%
GREEN value IS 247 (96.88% from 255) = 42.51%
BLUE value IS 184 (72.27% from 255) = 31.67%
R=25.82%
G=42.51%
B=31.67%

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
Decimal1502471840.3900.260.03141.0385.8477.84
Hex96F7B82701A38d564e
Octal226367270470323215126116
Binary100101101111011110111000100111011010111000110110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F7B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96F7B8; }

 p { color: rgb(150,247,184); }

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

<style>
 a { background-color: #96F7B8; }

 a { background-color: rgb(150,247,184); }

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

<style>
 span { border-color: #96F7B8; }

 span { border-color: rgb(150,247,184); }

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