#99D2AF

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

Shades of Vista Blue #99D2AF

Tints of Vista Blue #99D2AF

Color information

#99D2AF (or 0x99D2AF) is unknown color: approx Vista Blue. HEX triplet: 99, D2 and AF. RGB value is (153,210,175). Sum of RGB (Red+Green+Blue) = 153+210+175=538 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.44% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 210 - color contains mainly: green. Hex color #99D2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D2AF is #662D50. Grayscale: #BDBDBD. Windows color (decimal): -6696273 or 11522713. OLE color: 11522713.

HSL color Cylindrical-coordinate representation of color #99D2AF: hue angle of 143.16º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99D2AF is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB153210175-
CMYK0.2700.170.18
HSL143.16º38.78%71.18%-
HSV(B)143.16º27.14%82.35%-
XYZ43.9255.9649.04-
YUV188.97120.12102.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.44%
GREEN value IS 210 (82.42% from 255) = 39.03%
BLUE value IS 175 (68.75% from 255) = 32.53%
R=28.44%
G=39.03%
B=32.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1532101750.2700.170.18143.1638.7871.18
Hex99D2AF1B011128f2747
Octal231322257330212221747107
Binary1001100111010010101011111101101000110010100011111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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