#8EAED7

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

Shades of Polo Blue #8EAED7

Tints of Polo Blue #8EAED7

Color information

#8EAED7 (or 0x8EAED7) is unknown color: approx Polo Blue. HEX triplet: 8E, AE and D7. RGB value is (142,174,215). Sum of RGB (Red+Green+Blue) = 142+174+215=531 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.74% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 215 (84.38% from 255 or 40.49% from 531); Max value from RGB is 215 - color contains mainly: blue. Hex color #8EAED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAED7 is #715128. Grayscale: #A8A8A8. Windows color (decimal): -7426345 or 14134926. OLE color: 14134926.

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

Color convert

RGB142174215-
CMYK0.340.1900.16
HSL213.7º47.71%70%-
HSV(B)213.7º33.95%84.31%-
XYZ38.5640.9370.16-
YUV169.11153.9108.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.74%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 215 (84.38% from 255) = 40.49%
R=26.74%
G=32.77%
B=40.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1421742150.340.1900.16213.747.7170
Hex8EAED72213010d63046
Octal216256327422302032660106
Binary10001110101011101101011110001010011010000110101101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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