#8AAAC8

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

Shades of Polo Blue #8AAAC8

Tints of Polo Blue #8AAAC8

Color information

#8AAAC8 (or 0x8AAAC8) is unknown color: approx Polo Blue. HEX triplet: 8A, AA and C8. RGB value is (138,170,200). Sum of RGB (Red+Green+Blue) = 138+170+200=508 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.17% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 200 - color contains mainly: blue. Hex color #8AAAC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAAC8 is #755537. Grayscale: #A3A3A3. Windows color (decimal): -7689528 or 13150858. OLE color: 13150858.

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

Color convert

RGB138170200-
CMYK0.310.1500.22
HSL209.03º36.05%66.27%-
HSV(B)209.03º31%78.43%-
XYZ35.2838.3260.18-
YUV163.85148.4109.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.17%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 200 (78.52% from 255) = 39.37%
R=27.17%
G=33.46%
B=39.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1381702000.310.1500.22209.0336.0566.27
Hex8AAAC81FF016d12442
Octal212252310371702632144102
Binary100010101010101011001000111111111010110110100011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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