Html Css Color HEX #8EA8DD Polo Blue

📋 copy color: '#8EA8DD'

red 142 ◦ green 168 ◦ blue 221

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

Shades of Polo Blue #8EA8DD

Tints of Polo Blue #8EA8DD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.64%

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

R = 26.74%
G = 31.64%
B = 41.62%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8EA8DD (or 0x8EA8DD) is known color: Polo Blue. HEX triplet: 8E, A8 and DD. RGB value is (142,168,221). Sum of RGB (Red+Green+Blue) = 142+168+221=531 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.74% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #8EA8DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA8DD is #715722. Grayscale: #A6A6A6. Windows color (decimal): -7427875 or 14526606. OLE color: 14526606.

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

Color convert

RGB 142 168 221 -
CMYK 0.36 0.24 0 0.13
HSL 220.25º 0.54% 0.71% -
HSV(B) 220.25º 0.36% 0.87% -
XYZ 38.21 38.98 73.92 -
YUV 166.27 158.89 110.69 -
System Red Green Blue C M Y K H S L
Decimal 142 168 221 0.36 0.24 0 0.13 220.25 0.54 0.71
Hex 8E A8 DD 24 18 0 D DC 36 47
Octal 216 250 335 44 30 0 15 334 66 107
Binary 10001110 10101000 11011101 100100 11000 0 1101 11011100 110110 1000111

Color Harmonies of #8EA8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA8DD

Black with #8EA8DD

Text Example


Text Example

White with #8EA8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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