#99DBAE

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

Shades of Vista Blue #99DBAE

Tints of Vista Blue #99DBAE

Color information

#99DBAE (or 0x99DBAE) is unknown color: approx Vista Blue. HEX triplet: 99, DB and AE. RGB value is (153,219,174). Sum of RGB (Red+Green+Blue) = 153+219+174=546 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.02% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DBAE is #662451. Grayscale: #C2C2C2. Windows color (decimal): -6693970 or 11459481. OLE color: 11459481.

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

Color convert

RGB153219174-
CMYK0.3000.210.14
HSL139.09º47.83%72.94%-
HSV(B)139.09º30.14%85.88%-
XYZ46.1160.4949.29-
YUV194.14116.6398.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.02%
GREEN value IS 219 (85.94% from 255) = 40.11%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=28.02%
G=40.11%
B=31.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1532191740.3000.210.14139.0947.8372.94
Hex99DBAE1E015E8b3049
Octal231333256360251621360111
Binary100110011101101110101110111100101011110100010111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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