#99ADC7

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

Shades of Polo Blue #99ADC7

Tints of Polo Blue #99ADC7

Color information

#99ADC7 (or 0x99ADC7) is unknown color: approx Polo Blue. HEX triplet: 99, AD and C7. RGB value is (153,173,199). Sum of RGB (Red+Green+Blue) = 153+173+199=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 199 (78.12% from 255 or 37.90% from 525); Max value from RGB is 199 - color contains mainly: blue. Hex color #99ADC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADC7 is #665238. Grayscale: #A9A9A9. Windows color (decimal): -6705721 or 13086105. OLE color: 13086105.

HSL color Cylindrical-coordinate representation of color #99ADC7: hue angle of 213.91º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99ADC7 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB153173199-
CMYK0.230.1300.22
HSL213.91º29.11%69.02%-
HSV(B)213.91º23.12%78.04%-
XYZ38.3940.7859.88-
YUV169.98144.37115.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.14%
GREEN value IS 173 (67.97% from 255) = 32.95%
BLUE value IS 199 (78.12% from 255) = 37.90%
R=29.14%
G=32.95%
B=37.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1531731990.230.1300.22213.9129.1169.02
Hex99ADC717D016d61d45
Octal231255307271502632635105
Binary10011001101011011100011110111110101011011010110111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ADC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,173,199); }

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

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

 a { background-color: rgb(153,173,199); }

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

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

 span { border-color: rgb(153,173,199); }

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