Html Css Color HEX #8EAADD Polo Blue

📋 copy color: '#8EAADD'

red 142 ◦ green 170 ◦ blue 221

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

Shades of Polo Blue #8EAADD

Tints of Polo Blue #8EAADD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.89%

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

R = 26.64%
G = 31.89%
B = 41.46%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8EAADD (or 0x8EAADD) is known color: Polo Blue. HEX triplet: 8E, AA and DD. RGB value is (142,170,221). Sum of RGB (Red+Green+Blue) = 142+170+221=533 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.64% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #8EAADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAADD is #715522. Grayscale: #A7A7A7. Windows color (decimal): -7427363 or 14527118. OLE color: 14527118.

HSL color Cylindrical-coordinate representation of color #8EAADD: hue angle of 218.73º 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 #8EAADD is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 170 221 -
CMYK 0.36 0.23 0 0.13
HSL 218.73º 0.54% 0.71% -
HSV(B) 218.73º 0.36% 0.87% -
XYZ 38.58 39.72 74.04 -
YUV 167.44 158.22 109.85 -
System Red Green Blue C M Y K H S L
Decimal 142 170 221 0.36 0.23 0 0.13 218.73 0.54 0.71
Hex 8E AA DD 24 17 0 D DB 36 47
Octal 216 252 335 44 27 0 15 333 66 107
Binary 10001110 10101010 11011101 100100 10111 0 1101 11011011 110110 1000111

Color Harmonies of #8EAADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAADD

Black with #8EAADD

Text Example


Text Example

White with #8EAADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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