#8AAFC9

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

Shades of Polo Blue #8AAFC9

Tints of Polo Blue #8AAFC9

Color information

#8AAFC9 (or 0x8AAFC9) is unknown color: approx Polo Blue. HEX triplet: 8A, AF and C9. RGB value is (138,175,201). Sum of RGB (Red+Green+Blue) = 138+175+201=514 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.85% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 201 - color contains mainly: blue. Hex color #8AAFC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAFC9 is #755036. Grayscale: #A6A6A6. Windows color (decimal): -7688247 or 13217674. OLE color: 13217674.

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

Color convert

RGB138175201-
CMYK0.310.1300.21
HSL204.76º36.84%66.47%-
HSV(B)204.76º31.34%78.82%-
XYZ36.3540.2861.12-
YUV166.9147.24107.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.85%
GREEN value IS 175 (68.75% from 255) = 34.05%
BLUE value IS 201 (78.91% from 255) = 39.11%
R=26.85%
G=34.05%
B=39.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1381752010.310.1300.21204.7636.8466.47
Hex8AAFC91FD015cd2542
Octal212257311371502531545102
Binary100010101010111111001001111111101010101110011011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,175,201); }

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

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

 a { background-color: rgb(138,175,201); }

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

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

 span { border-color: rgb(138,175,201); }

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