#8EAED8

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

Shades of Polo Blue #8EAED8

Tints of Polo Blue #8EAED8

Color information

#8EAED8 (or 0x8EAED8) is unknown color: approx Polo Blue. HEX triplet: 8E, AE and D8. RGB value is (142,174,216). Sum of RGB (Red+Green+Blue) = 142+174+216=532 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.69% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 216 (84.77% from 255 or 40.60% from 532); Max value from RGB is 216 - color contains mainly: blue. Hex color #8EAED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAED8 is #715127. Grayscale: #A9A9A9. Windows color (decimal): -7426344 or 14200462. OLE color: 14200462.

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

Color convert

RGB142174216-
CMYK0.340.1900.15
HSL214.05º48.68%70.2%-
HSV(B)214.05º34.26%84.71%-
XYZ38.6940.9870.84-
YUV169.22154.4108.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.69%
GREEN value IS 174 (68.36% from 255) = 32.71%
BLUE value IS 216 (84.77% from 255) = 40.60%
R=26.69%
G=32.71%
B=40.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1421742160.340.1900.15214.0548.6870.2
Hex8EAED822130Fd63146
Octal216256330422301732661106
Binary1000111010101110110110001000101001101111110101101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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