#8AAEC8

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

Shades of Polo Blue #8AAEC8

Tints of Polo Blue #8AAEC8

Color information

#8AAEC8 (or 0x8AAEC8) is unknown color: approx Polo Blue. HEX triplet: 8A, AE and C8. RGB value is (138,174,200). Sum of RGB (Red+Green+Blue) = 138+174+200=512 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.95% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 200 (78.52% from 255 or 39.06% from 512); Max value from RGB is 200 - color contains mainly: blue. Hex color #8AAEC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAEC8 is #755137. Grayscale: #A6A6A6. Windows color (decimal): -7688504 or 13151882. OLE color: 13151882.

HSL color Cylindrical-coordinate representation of color #8AAEC8: hue angle of 205.16º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AAEC8 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB138174200-
CMYK0.310.1300.22
HSL205.16º36.05%66.27%-
HSV(B)205.16º31%78.43%-
XYZ36.0439.8560.43-
YUV166.2147.07107.89-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.95%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 200 (78.52% from 255) = 39.06%
R=26.95%
G=33.98%
B=39.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1381742000.310.1300.22205.1636.0566.27
Hex8AAEC81FD016cd2442
Octal212256310371502631544102
Binary100010101010111011001000111111101010110110011011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,174,200); }

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

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

 a { background-color: rgb(138,174,200); }

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

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

 span { border-color: rgb(138,174,200); }

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