#99DCB5

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

Shades of Vista Blue #99DCB5

Tints of Vista Blue #99DCB5

Color information

#99DCB5 (or 0x99DCB5) is unknown color: approx Vista Blue. HEX triplet: 99, DC and B5. RGB value is (153,220,181). Sum of RGB (Red+Green+Blue) = 153+220+181=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DCB5 is #66234A. Grayscale: #C3C3C3. Windows color (decimal): -6693707 or 11918489. OLE color: 11918489.

HSL color Cylindrical-coordinate representation of color #99DCB5: hue angle of 145.07º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DCB5 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB153220181-
CMYK0.3000.180.14
HSL145.07º48.91%73.14%-
HSV(B)145.07º30.45%86.27%-
XYZ47.0761.2953.07-
YUV195.52119.897.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.62%
GREEN value IS 220 (86.33% from 255) = 39.71%
BLUE value IS 181 (71.09% from 255) = 32.67%
R=27.62%
G=39.71%
B=32.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1532201810.3000.180.14145.0748.9173.14
Hex99DCB51E012E913149
Octal231334265360221622161111
Binary100110011101110010110101111100100101110100100011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,220,181); }

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

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

 a { background-color: rgb(153,220,181); }

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

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

 span { border-color: rgb(153,220,181); }

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