#96CCB6

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

Shades of Vista Blue #96CCB6

Tints of Vista Blue #96CCB6

Color information

#96CCB6 (or 0x96CCB6) is unknown color: approx Vista Blue. HEX triplet: 96, CC and B6. RGB value is (150,204,182). Sum of RGB (Red+Green+Blue) = 150+204+182=536 (70% of max value = 765). Red value is 150 (58.98% from 255 or 27.99% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #96CCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CCB6 is #693349. Grayscale: #B9B9B9. Windows color (decimal): -6894410 or 11979926. OLE color: 11979926.

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

Color convert

RGB150204182-
CMYK0.2600.110.2
HSL155.56º34.62%69.41%-
HSV(B)155.56º26.47%80%-
XYZ42.6153.0552.25-
YUV185.35126.11102.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.99%
GREEN value IS 204 (80.08% from 255) = 38.06%
BLUE value IS 182 (71.48% from 255) = 33.96%
R=27.99%
G=38.06%
B=33.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1502041820.2600.110.2155.5634.6269.41
Hex96CCB61A0B149c2345
Octal226314266320132423443105
Binary100101101100110010110110110100101110100100111001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,204,182); }

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

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

 a { background-color: rgb(150,204,182); }

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

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

 span { border-color: rgb(150,204,182); }

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