#99DABE

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

Shades of Vista Blue #99DABE

Tints of Vista Blue #99DABE

Color information

#99DABE (or 0x99DABE) is unknown color: approx Vista Blue. HEX triplet: 99, DA and BE. RGB value is (153,218,190). Sum of RGB (Red+Green+Blue) = 153+218+190=561 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.27% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #99DABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DABE is #662541. Grayscale: #C3C3C3. Windows color (decimal): -6694210 or 12507801. OLE color: 12507801.

HSL color Cylindrical-coordinate representation of color #99DABE: hue angle of 154.15º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DABE is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB153218190-
CMYK0.3000.130.15
HSL154.15º46.76%72.75%-
HSV(B)154.15º29.82%85.49%-
XYZ47.560.6357.91-
YUV195.37124.9797.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.27%
GREEN value IS 218 (85.55% from 255) = 38.86%
BLUE value IS 190 (74.61% from 255) = 33.87%
R=27.27%
G=38.86%
B=33.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532181900.3000.130.15154.1546.7672.75
Hex99DABE1E0DF9a2f49
Octal231332276360151723257111
Binary10011001110110101011111011110011011111100110101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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