#96CBAF

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

Shades of Vista Blue #96CBAF

Tints of Vista Blue #96CBAF

Color information

#96CBAF (or 0x96CBAF) is unknown color: approx Vista Blue. HEX triplet: 96, CB and AF. RGB value is (150,203,175). Sum of RGB (Red+Green+Blue) = 150+203+175=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 203 - color contains mainly: green. Hex color #96CBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CBAF is #693450. Grayscale: #B8B8B8. Windows color (decimal): -6894673 or 11520918. OLE color: 11520918.

HSL color Cylindrical-coordinate representation of color #96CBAF: hue angle of 148.3º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CBAF is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB150203175-
CMYK0.2600.140.20
HSL148.3º33.76%69.22%-
HSV(B)148.3º26.11%79.61%-
XYZ41.6752.2948.45-
YUV183.96122.94103.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.41%
GREEN value IS 203 (79.69% from 255) = 38.45%
BLUE value IS 175 (68.75% from 255) = 33.14%
R=28.41%
G=38.45%
B=33.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1502031750.2600.140.20148.333.7669.22
Hex96CBAF1A0E14942245
Octal226313257320162422442105
Binary100101101100101110101111110100111010100100101001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,203,175); }

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

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

 a { background-color: rgb(150,203,175); }

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

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

 span { border-color: rgb(150,203,175); }

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