#99DEB6

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

Shades of Vista Blue #99DEB6

Tints of Vista Blue #99DEB6

Color information

#99DEB6 (or 0x99DEB6) is unknown color: approx Vista Blue. HEX triplet: 99, DE and B6. RGB value is (153,222,182). Sum of RGB (Red+Green+Blue) = 153+222+182=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 222 - color contains mainly: green. Hex color #99DEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DEB6 is #662149. Grayscale: #C4C4C4. Windows color (decimal): -6693194 or 11984537. OLE color: 11984537.

HSL color Cylindrical-coordinate representation of color #99DEB6: hue angle of 145.22º 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 #99DEB6 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB153222182-
CMYK0.3100.180.13
HSL145.22º51.11%73.53%-
HSV(B)145.22º31.08%87.06%-
XYZ47.762.3953.78-
YUV196.81119.6496.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.47%
GREEN value IS 222 (87.11% from 255) = 39.86%
BLUE value IS 182 (71.48% from 255) = 32.68%
R=27.47%
G=39.86%
B=32.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532221820.3100.180.13145.2251.1173.53
Hex99DEB61F012D91334a
Octal231336266370221522163112
Binary100110011101111010110110111110100101101100100011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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