#8EADDB

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

Shades of Polo Blue #8EADDB

Tints of Polo Blue #8EADDB

Color information

#8EADDB (or 0x8EADDB) is unknown color: approx Polo Blue. HEX triplet: 8E, AD and DB. RGB value is (142,173,219). Sum of RGB (Red+Green+Blue) = 142+173+219=534 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.59% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #8EADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADDB is #715224. Grayscale: #A8A8A8. Windows color (decimal): -7426597 or 14396814. OLE color: 14396814.

HSL color Cylindrical-coordinate representation of color #8EADDB: hue angle of 215.84º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EADDB is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB142173219-
CMYK0.350.2100.14
HSL215.84º51.68%70.78%-
HSV(B)215.84º35.16%85.88%-
XYZ38.8940.7572.83-
YUV168.98156.23108.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.59%
GREEN value IS 173 (67.97% from 255) = 32.40%
BLUE value IS 219 (85.94% from 255) = 41.01%
R=26.59%
G=32.40%
B=41.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421732190.350.2100.14215.8451.6870.78
Hex8EADDB23150Ed83447
Octal216255333432501633064107
Binary1000111010101101110110111000111010101110110110001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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