#96CAAC

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

Shades of Vista Blue #96CAAC

Tints of Vista Blue #96CAAC

Color information

#96CAAC (or 0x96CAAC) is unknown color: approx Vista Blue. HEX triplet: 96, CA and AC. RGB value is (150,202,172). Sum of RGB (Red+Green+Blue) = 150+202+172=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 202 - color contains mainly: green. Hex color #96CAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CAAC is #693553. Grayscale: #B7B7B7. Windows color (decimal): -6894932 or 11324054. OLE color: 11324054.

HSL color Cylindrical-coordinate representation of color #96CAAC: hue angle of 145.38º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CAAC is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB150202172-
CMYK0.2600.150.21
HSL145.38º32.91%69.02%-
HSV(B)145.38º25.74%79.22%-
XYZ41.1451.746.84-
YUV183.03121.77104.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.63%
GREEN value IS 202 (79.30% from 255) = 38.55%
BLUE value IS 172 (67.58% from 255) = 32.82%
R=28.63%
G=38.55%
B=32.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1502021720.2600.150.21145.3832.9169.02
Hex96CAAC1A0F15912145
Octal226312254320172522141105
Binary100101101100101010101100110100111110101100100011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,202,172); }

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

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

 a { background-color: rgb(150,202,172); }

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

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

 span { border-color: rgb(150,202,172); }

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