#99DEB0

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

Shades of Vista Blue #99DEB0

Tints of Vista Blue #99DEB0

Color information

#99DEB0 (or 0x99DEB0) is unknown color: approx Vista Blue. HEX triplet: 99, DE and B0. RGB value is (153,222,176). Sum of RGB (Red+Green+Blue) = 153+222+176=551 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.77% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 222 - color contains mainly: green. Hex color #99DEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DEB0 is #66214F. Grayscale: #C4C4C4. Windows color (decimal): -6693200 or 11591321. OLE color: 11591321.

HSL color Cylindrical-coordinate representation of color #99DEB0: hue angle of 140º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DEB0 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB153222176-
CMYK0.3100.210.13
HSL140º51.11%73.53%-
HSV(B)140º31.08%87.06%-
XYZ47.0962.1550.59-
YUV196.12116.6497.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.77%
GREEN value IS 222 (87.11% from 255) = 40.29%
BLUE value IS 176 (69.14% from 255) = 31.94%
R=27.77%
G=40.29%
B=31.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532221760.3100.210.1314051.1173.53
Hex99DEB01F015D8c334a
Octal231336260370251521463112
Binary100110011101111010110000111110101011101100011001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99DEB0; }

 p { color: rgb(153,222,176); }

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

<style>
 a { background-color: #99DEB0; }

 a { background-color: rgb(153,222,176); }

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

<style>
 span { border-color: #99DEB0; }

 span { border-color: rgb(153,222,176); }

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