#8AAED8

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

Shades of Polo Blue #8AAED8

Tints of Polo Blue #8AAED8

Color information

#8AAED8 (or 0x8AAED8) is unknown color: approx Polo Blue. HEX triplet: 8A, AE and D8. RGB value is (138,174,216). Sum of RGB (Red+Green+Blue) = 138+174+216=528 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.14% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #8AAED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAED8 is #755127. Grayscale: #A7A7A7. Windows color (decimal): -7688488 or 14200458. OLE color: 14200458.

HSL color Cylindrical-coordinate representation of color #8AAED8: hue angle of 212.31º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AAED8 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB138174216-
CMYK0.360.1900.15
HSL212.31º50%69.41%-
HSV(B)212.31º36.11%84.71%-
XYZ38.0140.6370.81-
YUV168.02155.07106.58-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.14%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 216 (84.77% from 255) = 40.91%
R=26.14%
G=32.95%
B=40.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1381742160.360.1900.15212.315069.41
Hex8AAED824130Fd43245
Octal212256330442301732462105
Binary1000101010101110110110001001001001101111110101001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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