Html Css Color HEX #8EACDD Polo Blue

📋 copy color: '#8EACDD'

red 142 ◦ green 172 ◦ blue 221

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

Shades of Polo Blue #8EACDD

Tints of Polo Blue #8EACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.15%

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

R = 26.54%
G = 32.15%
B = 41.31%

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

#8EACDD (or 0x8EACDD) is known color: Polo Blue. HEX triplet: 8E, AC and DD. RGB value is (142,172,221). Sum of RGB (Red+Green+Blue) = 142+172+221=535 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.54% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #8EACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACDD is #715322. Grayscale: #A8A8A8. Windows color (decimal): -7426851 or 14527630. OLE color: 14527630.

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

Color convert

RGB 142 172 221 -
CMYK 0.36 0.22 0 0.13
HSL 217.22º 0.54% 0.71% -
HSV(B) 217.22º 0.36% 0.87% -
XYZ 38.96 40.48 74.17 -
YUV 168.62 157.56 109.02 -
System Red Green Blue C M Y K H S L
Decimal 142 172 221 0.36 0.22 0 0.13 217.22 0.54 0.71
Hex 8E AC DD 24 16 0 D D9 36 47
Octal 216 254 335 44 26 0 15 331 66 107
Binary 10001110 10101100 11011101 100100 10110 0 1101 11011001 110110 1000111

Color Harmonies of #8EACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EACDD

Black with #8EACDD

Text Example


Text Example

White with #8EACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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