#8AABDC

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

Shades of Polo Blue #8AABDC

Tints of Polo Blue #8AABDC

Color information

#8AABDC (or 0x8AABDC) is unknown color: approx Polo Blue. HEX triplet: 8A, AB and DC. RGB value is (138,171,220). Sum of RGB (Red+Green+Blue) = 138+171+220=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #8AABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AABDC is #755423. Grayscale: #A6A6A6. Windows color (decimal): -7689252 or 14461834. OLE color: 14461834.

HSL color Cylindrical-coordinate representation of color #8AABDC: hue angle of 215.85º 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 #8AABDC is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB138171220-
CMYK0.370.2200.14
HSL215.85º53.95%70.2%-
HSV(B)215.85º37.27%86.27%-
XYZ37.9639.773.37-
YUV166.72158.07107.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.09%
GREEN value IS 171 (67.19% from 255) = 32.33%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=26.09%
G=32.33%
B=41.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1381712200.370.2200.14215.8553.9570.2
Hex8AABDC25160Ed83646
Octal212253334452601633066106
Binary1000101010101011110111001001011011001110110110001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AABDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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