#8AACCE

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

Shades of Polo Blue #8AACCE

Tints of Polo Blue #8AACCE

Color information

#8AACCE (or 0x8AACCE) is unknown color: approx Polo Blue. HEX triplet: 8A, AC and CE. RGB value is (138,172,206). Sum of RGB (Red+Green+Blue) = 138+172+206=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #8AACCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AACCE is #755331. Grayscale: #A5A5A5. Windows color (decimal): -7689010 or 13544586. OLE color: 13544586.

HSL color Cylindrical-coordinate representation of color #8AACCE: hue angle of 210º 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 #8AACCE is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB138172206-
CMYK0.330.1700.19
HSL210º40.96%67.45%-
HSV(B)210º33.01%80.78%-
XYZ36.3739.3664.07-
YUV165.71150.74108.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.74%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 206 (80.86% from 255) = 39.92%
R=26.74%
G=33.33%
B=39.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1381722060.330.1700.1921040.9667.45
Hex8AACCE2111013d22943
Octal212254316412102332251103
Binary10001010101011001100111010000110001010011110100101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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