#99DFAF

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

Shades of Vista Blue #99DFAF

Tints of Vista Blue #99DFAF

Color information

#99DFAF (or 0x99DFAF) is unknown color: approx Vista Blue. HEX triplet: 99, DF and AF. RGB value is (153,223,175). Sum of RGB (Red+Green+Blue) = 153+223+175=551 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.77% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #99DFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DFAF is #662050. Grayscale: #C4C4C4. Windows color (decimal): -6692945 or 11526041. OLE color: 11526041.

HSL color Cylindrical-coordinate representation of color #99DFAF: hue angle of 138.86º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DFAF is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB153223175-
CMYK0.3100.220.13
HSL138.86º52.24%73.73%-
HSV(B)138.86º31.39%87.45%-
XYZ47.2662.6450.16-
YUV196.6115.8196.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.77%
GREEN value IS 223 (87.5% from 255) = 40.47%
BLUE value IS 175 (68.75% from 255) = 31.76%
R=27.77%
G=40.47%
B=31.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532231750.3100.220.13138.8652.2473.73
Hex99DFAF1F016D8b344a
Octal231337257370261521364112
Binary100110011101111110101111111110101101101100010111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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