#96cab4

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

Shades of Vista Blue #96CAB4

Tints of Vista Blue #96CAB4

Color information

#96CAB4 (or 0x96CAB4) is unknown color: approx Vista Blue. HEX triplet: 96, CA and B4. RGB value is (150,202,180). Sum of RGB (Red+Green+Blue) = 150+202+180=532 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.20% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 180 (70.70% from 255 or 33.83% from 532); Max value from RGB is 202 - color contains mainly: green. Hex color #96CAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CAB4 is #69354B. Grayscale: #B7B7B7. Windows color (decimal): -6894924 or 11848342. OLE color: 11848342.

HSL color Cylindrical-coordinate representation of color #96CAB4: hue angle of 154.62º 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 #96CAB4 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB150202180-
CMYK0.2600.110.21
HSL154.62º32.91%69.02%-
HSV(B)154.62º25.74%79.22%-
XYZ41.9452.0251.01-
YUV183.94125.77103.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.20%
GREEN value IS 202 (79.30% from 255) = 37.97%
BLUE value IS 180 (70.70% from 255) = 33.83%
R=28.20%
G=37.97%
B=33.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1502021800.2600.110.21154.6232.9169.02
Hex96CAB41A0B159b2145
Octal226312264320132523341105
Binary100101101100101010110100110100101110101100110111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96cab4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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