#8AAFCE

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

Shades of Polo Blue #8AAFCE

Tints of Polo Blue #8AAFCE

Color information

#8AAFCE (or 0x8AAFCE) is unknown color: approx Polo Blue. HEX triplet: 8A, AF and CE. RGB value is (138,175,206). Sum of RGB (Red+Green+Blue) = 138+175+206=519 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.59% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #8AAFCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAFCE is #755031. Grayscale: #A7A7A7. Windows color (decimal): -7688242 or 13545354. OLE color: 13545354.

HSL color Cylindrical-coordinate representation of color #8AAFCE: hue angle of 207.35º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AAFCE is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB138175206-
CMYK0.330.1500.19
HSL207.35º40.96%67.45%-
HSV(B)207.35º33.01%80.78%-
XYZ36.9540.5264.27-
YUV167.47149.74106.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.59%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 206 (80.86% from 255) = 39.69%
R=26.59%
G=33.72%
B=39.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1381752060.330.1500.19207.3540.9667.45
Hex8AAFCE21F013cf2943
Octal212257316411702331751103
Binary1000101010101111110011101000011111010011110011111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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