#99DBAF

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

Shades of Vista Blue #99DBAF

Tints of Vista Blue #99DBAF

Color information

#99DBAF (or 0x99DBAF) is unknown color: approx Vista Blue. HEX triplet: 99, DB and AF. RGB value is (153,219,175). Sum of RGB (Red+Green+Blue) = 153+219+175=547 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.97% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DBAF is #662450. Grayscale: #C2C2C2. Windows color (decimal): -6693969 or 11525017. OLE color: 11525017.

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

Color convert

RGB153219175-
CMYK0.3000.200.14
HSL140º47.83%72.94%-
HSV(B)140º30.14%85.88%-
XYZ46.2160.5349.81-
YUV194.25117.1398.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.97%
GREEN value IS 219 (85.94% from 255) = 40.04%
BLUE value IS 175 (68.75% from 255) = 31.99%
R=27.97%
G=40.04%
B=31.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1532191750.3000.200.1414047.8372.94
Hex99DBAF1E014E8c3049
Octal231333257360241621460111
Binary100110011101101110101111111100101001110100011001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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