#96DEAD

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

Shades of Vista Blue #96DEAD

Tints of Vista Blue #96DEAD

Color information

#96DEAD (or 0x96DEAD) is unknown color: approx Vista Blue. HEX triplet: 96, DE and AD. RGB value is (150,222,173). Sum of RGB (Red+Green+Blue) = 150+222+173=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 222 - color contains mainly: green. Hex color #96DEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DEAD is #692152. Grayscale: #C3C3C3. Windows color (decimal): -6889811 or 11394710. OLE color: 11394710.

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

Color convert

RGB150222173-
CMYK0.3200.220.13
HSL139.17º52.17%72.94%-
HSV(B)139.17º32.43%87.06%-
XYZ46.2461.7449.02-
YUV194.89115.6595.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.52%
GREEN value IS 222 (87.11% from 255) = 40.73%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=27.52%
G=40.73%
B=31.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502221730.3200.220.13139.1752.1772.94
Hex96DEAD20016D8b3449
Octal226336255400261521364111
Binary1001011011011110101011011000000101101101100010111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,222,173); }

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

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

 a { background-color: rgb(150,222,173); }

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

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

 span { border-color: rgb(150,222,173); }

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