#99AEC9

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

Shades of Polo Blue #99AEC9

Tints of Polo Blue #99AEC9

Color information

#99AEC9 (or 0x99AEC9) is unknown color: approx Polo Blue. HEX triplet: 99, AE and C9. RGB value is (153,174,201). Sum of RGB (Red+Green+Blue) = 153+174+201=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 201 - color contains mainly: blue. Hex color #99AEC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AEC9 is #665136. Grayscale: #AAAAAA. Windows color (decimal): -6705463 or 13217433. OLE color: 13217433.

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

Color convert

RGB153174201-
CMYK0.240.1300.21
HSL213.75º30.77%69.41%-
HSV(B)213.75º23.88%78.82%-
XYZ38.8241.2661.18-
YUV170.8145.04115.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.98%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 201 (78.91% from 255) = 38.07%
R=28.98%
G=32.95%
B=38.07%

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
Decimal1531742010.240.1300.21213.7530.7769.41
Hex99AEC918D015d61f45
Octal231256311301502532637105
Binary10011001101011101100100111000110101010111010110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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