#99DCBE

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

Shades of Vista Blue #99DCBE

Tints of Vista Blue #99DCBE

Color information

#99DCBE (or 0x99DCBE) is unknown color: approx Vista Blue. HEX triplet: 99, DC and BE. RGB value is (153,220,190). Sum of RGB (Red+Green+Blue) = 153+220+190=563 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.18% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DCBE is #662341. Grayscale: #C4C4C4. Windows color (decimal): -6693698 or 12508313. OLE color: 12508313.

HSL color Cylindrical-coordinate representation of color #99DCBE: hue angle of 153.13º 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 #99DCBE is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB153220190-
CMYK0.3000.140.14
HSL153.13º48.91%73.14%-
HSV(B)153.13º30.45%86.27%-
XYZ48.0261.6858.09-
YUV196.55124.396.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.18%
GREEN value IS 220 (86.33% from 255) = 39.08%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=27.18%
G=39.08%
B=33.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1532201900.3000.140.14153.1348.9173.14
Hex99DCBE1E0EE993149
Octal231334276360161623161111
Binary10011001110111001011111011110011101110100110011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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