#96DCBD

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

Shades of Vista Blue #96DCBD

Tints of Vista Blue #96DCBD

Color information

#96DCBD (or 0x96DCBD) is unknown color: approx Vista Blue. HEX triplet: 96, DC and BD. RGB value is (150,220,189). Sum of RGB (Red+Green+Blue) = 150+220+189=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DCBD is #692342. Grayscale: #C3C3C3. Windows color (decimal): -6890307 or 12442774. OLE color: 12442774.

HSL color Cylindrical-coordinate representation of color #96DCBD: hue angle of 153.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DCBD is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB150220189-
CMYK0.3200.140.14
HSL153.43º50%72.55%-
HSV(B)153.43º31.82%86.27%-
XYZ47.3661.3457.49-
YUV195.54124.3195.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.83%
GREEN value IS 220 (86.33% from 255) = 39.36%
BLUE value IS 189 (74.22% from 255) = 33.81%
R=26.83%
G=39.36%
B=33.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1502201890.3200.140.14153.435072.55
Hex96DCBD200EE993249
Octal226334275400161623162111
Binary100101101101110010111101100000011101110100110011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,220,189); }

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

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

 a { background-color: rgb(150,220,189); }

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

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

 span { border-color: rgb(150,220,189); }

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