Html Css Color HEX #8EACCE Polo Blue

📋 copy color: '#8EACCE'

red 142 ◦ green 172 ◦ blue 206

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

Shades of Polo Blue #8EACCE

Tints of Polo Blue #8EACCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.62%

R = 27.31%
G = 33.08%
B = 39.62%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8EACCE (or 0x8EACCE) is known color: Polo Blue. HEX triplet: 8E, AC and CE. RGB value is (142,172,206). Sum of RGB (Red+Green+Blue) = 142+172+206=520 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.31% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #8EACCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACCE is #715331. Grayscale: #A6A6A6. Windows color (decimal): -7426866 or 13544590. OLE color: 13544590.

HSL color Cylindrical-coordinate representation of color #8EACCE: hue angle of 211.88º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EACCE is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 172 206 -
CMYK 0.31 0.17 0 0.19
HSL 211.88º 0.4% 0.68% -
HSV(B) 211.88º 0.31% 0.81% -
XYZ 37.05 39.71 64.11 -
YUV 166.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 142 172 206 0.31 0.17 0 0.19 211.88 0.4 0.68
Hex 8E AC CE 1F 11 0 13 D4 28 44
Octal 216 254 316 37 21 0 23 324 50 104
Binary 10001110 10101100 11001110 11111 10001 0 10011 11010100 101000 1000100

Color Harmonies of #8EACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EACCE

Black with #8EACCE

Text Example


Text Example

White with #8EACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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