#8EADD5

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

Shades of Polo Blue #8EADD5

Tints of Polo Blue #8EADD5

Color information

#8EADD5 (or 0x8EADD5) is unknown color: approx Polo Blue. HEX triplet: 8E, AD and D5. RGB value is (142,173,213). Sum of RGB (Red+Green+Blue) = 142+173+213=528 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.89% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 213 - color contains mainly: blue. Hex color #8EADD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADD5 is #71522A. Grayscale: #A8A8A8. Windows color (decimal): -7426603 or 14003598. OLE color: 14003598.

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

Color convert

RGB142173213-
CMYK0.330.1900.16
HSL213.8º45.81%69.61%-
HSV(B)213.8º33.33%83.53%-
XYZ38.1140.4468.75-
YUV168.29153.23109.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.89%
GREEN value IS 173 (67.97% from 255) = 32.77%
BLUE value IS 213 (83.59% from 255) = 40.34%
R=26.89%
G=32.77%
B=40.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1421732130.330.1900.16213.845.8169.61
Hex8EADD52113010d62e46
Octal216255325412302032656106
Binary10001110101011011101010110000110011010000110101101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EADD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,173,213); }

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

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

 a { background-color: rgb(142,173,213); }

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

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

 span { border-color: rgb(142,173,213); }

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