#99AFC9

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

Shades of Polo Blue #99AFC9

Tints of Polo Blue #99AFC9

Color information

#99AFC9 (or 0x99AFC9) is unknown color: approx Polo Blue. HEX triplet: 99, AF and C9. RGB value is (153,175,201). Sum of RGB (Red+Green+Blue) = 153+175+201=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 201 - color contains mainly: blue. Hex color #99AFC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AFC9 is #665036. Grayscale: #ABABAB. Windows color (decimal): -6705207 or 13217689. OLE color: 13217689.

HSL color Cylindrical-coordinate representation of color #99AFC9: hue angle of 212.5º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99AFC9 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB153175201-
CMYK0.240.1300.21
HSL212.5º30.77%69.41%-
HSV(B)212.5º23.88%78.82%-
XYZ39.0141.6561.24-
YUV171.39144.71114.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.92%
GREEN value IS 175 (68.75% from 255) = 33.08%
BLUE value IS 201 (78.91% from 255) = 38.00%
R=28.92%
G=33.08%
B=38.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1531752010.240.1300.21212.530.7769.41
Hex99AFC918D015d41f45
Octal231257311301502532437105
Binary10011001101011111100100111000110101010111010100111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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