#8AADC9

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

Shades of Polo Blue #8AADC9

Tints of Polo Blue #8AADC9

Color information

#8AADC9 (or 0x8AADC9) is unknown color: approx Polo Blue. HEX triplet: 8A, AD and C9. RGB value is (138,173,201). Sum of RGB (Red+Green+Blue) = 138+173+201=512 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.95% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 201 - color contains mainly: blue. Hex color #8AADC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADC9 is #755236. Grayscale: #A5A5A5. Windows color (decimal): -7688759 or 13217162. OLE color: 13217162.

HSL color Cylindrical-coordinate representation of color #8AADC9: hue angle of 206.67º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AADC9 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB138173201-
CMYK0.310.1400.21
HSL206.67º36.84%66.47%-
HSV(B)206.67º31.34%78.82%-
XYZ35.9739.5160.99-
YUV165.73147.9108.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.95%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 201 (78.91% from 255) = 39.26%
R=26.95%
G=33.79%
B=39.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1381732010.310.1400.21206.6736.8466.47
Hex8AADC91FE015cf2542
Octal212255311371602531745102
Binary100010101010110111001001111111110010101110011111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AADC9; }

 p { color: rgb(138,173,201); }

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

<style>
 a { background-color: #8AADC9; }

 a { background-color: rgb(138,173,201); }

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

<style>
 span { border-color: #8AADC9; }

 span { border-color: rgb(138,173,201); }

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