#8AA6DC

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

Shades of Polo Blue #8AA6DC

Tints of Polo Blue #8AA6DC

Color information

#8AA6DC (or 0x8AA6DC) is unknown color: approx Polo Blue. HEX triplet: 8A, A6 and DC. RGB value is (138,166,220). Sum of RGB (Red+Green+Blue) = 138+166+220=524 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.34% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #8AA6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA6DC is #755923. Grayscale: #A3A3A3. Windows color (decimal): -7690532 or 14460554. OLE color: 14460554.

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

Color convert

RGB138166220-
CMYK0.370.2500.14
HSL219.51º53.95%70.2%-
HSV(B)219.51º37.27%86.27%-
XYZ37.0437.8473.06-
YUV163.78159.72109.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.34%
GREEN value IS 166 (65.23% from 255) = 31.68%
BLUE value IS 220 (86.33% from 255) = 41.98%
R=26.34%
G=31.68%
B=41.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1381662200.370.2500.14219.5153.9570.2
Hex8AA6DC25190Edc3646
Octal212246334453101633466106
Binary1000101010100110110111001001011100101110110111001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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