#99DEAF

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

Shades of Vista Blue #99DEAF

Tints of Vista Blue #99DEAF

Color information

#99DEAF (or 0x99DEAF) is unknown color: approx Vista Blue. HEX triplet: 99, DE and AF. RGB value is (153,222,175). Sum of RGB (Red+Green+Blue) = 153+222+175=550 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.82% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 222 - color contains mainly: green. Hex color #99DEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DEAF is #662150. Grayscale: #C4C4C4. Windows color (decimal): -6693201 or 11525785. OLE color: 11525785.

HSL color Cylindrical-coordinate representation of color #99DEAF: hue angle of 139.13º degrees, saturation: 0.51, 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 #99DEAF is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB153222175-
CMYK0.3100.210.13
HSL139.13º51.11%73.53%-
HSV(B)139.13º31.08%87.06%-
XYZ4762.1150.07-
YUV196.01116.1497.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.82%
GREEN value IS 222 (87.11% from 255) = 40.36%
BLUE value IS 175 (68.75% from 255) = 31.82%
R=27.82%
G=40.36%
B=31.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532221750.3100.210.13139.1351.1173.53
Hex99DEAF1F015D8b334a
Octal231336257370251521363112
Binary100110011101111010101111111110101011101100010111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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