#8AAECC

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

Shades of Polo Blue #8AAECC

Tints of Polo Blue #8AAECC

Color information

#8AAECC (or 0x8AAECC) is unknown color: approx Polo Blue. HEX triplet: 8A, AE and CC. RGB value is (138,174,204). Sum of RGB (Red+Green+Blue) = 138+174+204=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #8AAECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAECC is #755133. Grayscale: #A6A6A6. Windows color (decimal): -7688500 or 13414026. OLE color: 13414026.

HSL color Cylindrical-coordinate representation of color #8AAECC: hue angle of 207.27º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AAECC is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB138174204-
CMYK0.320.1500.2
HSL207.27º39.29%67.06%-
HSV(B)207.27º32.35%80%-
XYZ36.5240.0462.93-
YUV166.66149.07107.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.74%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 204 (80.08% from 255) = 39.53%
R=26.74%
G=33.72%
B=39.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1381742040.320.1500.2207.2739.2967.06
Hex8AAECC20F014cf2743
Octal212256314401702431747103
Binary1000101010101110110011001000001111010100110011111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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