#8AAADC

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

Shades of Polo Blue #8AAADC

Tints of Polo Blue #8AAADC

Color information

#8AAADC (or 0x8AAADC) is unknown color: approx Polo Blue. HEX triplet: 8A, AA and DC. RGB value is (138,170,220). Sum of RGB (Red+Green+Blue) = 138+170+220=528 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.14% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #8AAADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAADC is #755523. Grayscale: #A5A5A5. Windows color (decimal): -7689508 or 14461578. OLE color: 14461578.

HSL color Cylindrical-coordinate representation of color #8AAADC: hue angle of 216.59º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AAADC is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB138170220-
CMYK0.370.2300.14
HSL216.59º53.95%70.2%-
HSV(B)216.59º37.27%86.27%-
XYZ37.7739.3273.31-
YUV166.13158.4107.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.14%
GREEN value IS 170 (66.80% from 255) = 32.20%
BLUE value IS 220 (86.33% from 255) = 41.67%
R=26.14%
G=32.20%
B=41.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1381702200.370.2300.14216.5953.9570.2
Hex8AAADC25170Ed93646
Octal212252334452701633166106
Binary1000101010101010110111001001011011101110110110011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,170,220); }

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

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

 a { background-color: rgb(138,170,220); }

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

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

 span { border-color: rgb(138,170,220); }

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