Html Css Color HEX #8EADDD Polo Blue

📋 copy color: '#8EADDD'

red 142 ◦ green 173 ◦ blue 221

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

Shades of Polo Blue #8EADDD

Tints of Polo Blue #8EADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.23%

R = 26.49%
G = 32.28%
B = 41.23%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8EADDD (or 0x8EADDD) is known color: Polo Blue. HEX triplet: 8E, AD and DD. RGB value is (142,173,221). Sum of RGB (Red+Green+Blue) = 142+173+221=536 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.49% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #8EADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADDD is #715222. Grayscale: #A8A8A8. Windows color (decimal): -7426595 or 14527886. OLE color: 14527886.

HSL color Cylindrical-coordinate representation of color #8EADDD: hue angle of 216.46º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EADDD is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 173 221 -
CMYK 0.36 0.22 0 0.13
HSL 216.46º 0.54% 0.71% -
HSV(B) 216.46º 0.36% 0.87% -
XYZ 39.15 40.86 74.23 -
YUV 169.2 157.23 108.6 -
System Red Green Blue C M Y K H S L
Decimal 142 173 221 0.36 0.22 0 0.13 216.46 0.54 0.71
Hex 8E AD DD 24 16 0 D D8 36 47
Octal 216 255 335 44 26 0 15 330 66 107
Binary 10001110 10101101 11011101 100100 10110 0 1101 11011000 110110 1000111

Color Harmonies of #8EADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EADDD

Black with #8EADDD

Text Example


Text Example

White with #8EADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EADDD;
 }
 .AnyTagClassName
 {
   color: #8EADDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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