#99DBB9

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

Shades of Vista Blue #99DBB9

Tints of Vista Blue #99DBB9

Color information

#99DBB9 (or 0x99DBB9) is unknown color: approx Vista Blue. HEX triplet: 99, DB and B9. RGB value is (153,219,185). Sum of RGB (Red+Green+Blue) = 153+219+185=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DBB9 is #662446. Grayscale: #C3C3C3. Windows color (decimal): -6693959 or 12180377. OLE color: 12180377.

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

Color convert

RGB153219185-
CMYK0.3000.160.14
HSL149.09º47.83%72.94%-
HSV(B)149.09º30.14%85.88%-
XYZ47.2360.9455.17-
YUV195.39122.1397.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.47%
GREEN value IS 219 (85.94% from 255) = 39.32%
BLUE value IS 185 (72.66% from 255) = 33.21%
R=27.47%
G=39.32%
B=33.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1532191850.3000.160.14149.0947.8372.94
Hex99DBB91E010E953049
Octal231333271360201622560111
Binary100110011101101110111001111100100001110100101011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,219,185); }

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

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

 a { background-color: rgb(153,219,185); }

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

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

 span { border-color: rgb(153,219,185); }

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