#96DFBA

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

Shades of Vista Blue #96DFBA

Tints of Vista Blue #96DFBA

Color information

#96DFBA (or 0x96DFBA) is unknown color: approx Vista Blue. HEX triplet: 96, DF and BA. RGB value is (150,223,186). Sum of RGB (Red+Green+Blue) = 150+223+186=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFBA is #692045. Grayscale: #C5C5C5. Windows color (decimal): -6889542 or 12246934. OLE color: 12246934.

HSL color Cylindrical-coordinate representation of color #96DFBA: hue angle of 149.59º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DFBA is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB150223186-
CMYK0.3300.170.13
HSL149.59º53.28%73.14%-
HSV(B)149.59º32.74%87.45%-
XYZ47.8362.856.06-
YUV196.96121.8294.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.83%
GREEN value IS 223 (87.5% from 255) = 39.89%
BLUE value IS 186 (73.05% from 255) = 33.27%
R=26.83%
G=39.89%
B=33.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502231860.3300.170.13149.5953.2873.14
Hex96DFBA21011D963549
Octal226337272410211522665111
Binary1001011011011111101110101000010100011101100101101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,223,186); }

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

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

 a { background-color: rgb(150,223,186); }

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

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

 span { border-color: rgb(150,223,186); }

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