Html Css Color HEX #8EADDB Polo Blue

📋 copy color: '#8EADDB'

red 142 ◦ green 173 ◦ blue 219

#8EADDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #8EADDB

Tints of Polo Blue #8EADDB

RGB

 RED value IS 142 (55.86% from 255) = 26.59%

 GREEN value IS 173 (67.97% from 255) = 32.4%

 BLUE value IS 219 (85.94% from 255) = 41.01%

R = 26.59%
G = 32.4%
B = 41.01%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8EADDB (or 0x8EADDB) is known color: 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

RGB 142 173 219 -
CMYK 0.35 0.21 0 0.14
HSL 215.84º 0.52% 0.71% -
HSV(B) 215.84º 0.35% 0.86% -
XYZ 38.89 40.75 72.83 -
YUV 168.98 156.23 108.76 -
System Red Green Blue C M Y K H S L
Decimal 142 173 219 0.35 0.21 0 0.14 215.84 0.52 0.71
Hex 8E AD DB 23 15 0 E D8 34 47
Octal 216 255 333 43 25 0 16 330 64 107
Binary 10001110 10101101 11011011 100011 10101 0 1110 11011000 110100 1000111

Color Harmonies of #8EADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EADDB

Black with #8EADDB

Text Example


Text Example

White with #8EADDB

Text Example


Text Example

HTML Codes & Css Web 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>