#96DDBD

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

Shades of Vista Blue #96DDBD

Tints of Vista Blue #96DDBD

Color information

#96DDBD (or 0x96DDBD) is unknown color: approx Vista Blue. HEX triplet: 96, DD and BD. RGB value is (150,221,189). Sum of RGB (Red+Green+Blue) = 150+221+189=560 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.79% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DDBD is #692242. Grayscale: #C4C4C4. Windows color (decimal): -6890051 or 12443030. OLE color: 12443030.

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

Color convert

RGB150221189-
CMYK0.3200.140.13
HSL152.96º51.08%72.75%-
HSV(B)152.96º32.13%86.67%-
XYZ47.6261.8757.58-
YUV196.12123.9895.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.79%
GREEN value IS 221 (86.72% from 255) = 39.46%
BLUE value IS 189 (74.22% from 255) = 33.75%
R=26.79%
G=39.46%
B=33.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502211890.3200.140.13152.9651.0872.75
Hex96DDBD200ED993349
Octal226335275400161523163111
Binary100101101101110110111101100000011101101100110011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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