#96DEBF

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

Shades of Vista Blue #96DEBF

Tints of Vista Blue #96DEBF

Color information

#96DEBF (or 0x96DEBF) is unknown color: approx Vista Blue. HEX triplet: 96, DE and BF. RGB value is (150,222,191). Sum of RGB (Red+Green+Blue) = 150+222+191=563 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.64% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 222 - color contains mainly: green. Hex color #96DEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DEBF is #692140. Grayscale: #C4C4C4. Windows color (decimal): -6889793 or 12574358. OLE color: 12574358.

HSL color Cylindrical-coordinate representation of color #96DEBF: hue angle of 154.17º degrees, saturation: 0.52, 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 #96DEBF is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB150222191-
CMYK0.3200.140.13
HSL154.17º52.17%72.94%-
HSV(B)154.17º32.43%87.06%-
XYZ48.162.4958.82-
YUV196.94124.6594.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.64%
GREEN value IS 222 (87.11% from 255) = 39.43%
BLUE value IS 191 (75% from 255) = 33.93%
R=26.64%
G=39.43%
B=33.93%

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
Decimal1502221910.3200.140.13154.1752.1772.94
Hex96DEBF200ED9a3449
Octal226336277400161523264111
Binary100101101101111010111111100000011101101100110101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,222,191); }

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

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

 a { background-color: rgb(150,222,191); }

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

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

 span { border-color: rgb(150,222,191); }

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