Html Css Color HEX #8EA4CE Polo Blue

📋 copy color: '#8EA4CE'

red 142 ◦ green 164 ◦ blue 206

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

Shades of Polo Blue #8EA4CE

Tints of Polo Blue #8EA4CE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.03%

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

R = 27.73%
G = 32.03%
B = 40.23%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8EA4CE (or 0x8EA4CE) is known color: Polo Blue. HEX triplet: 8E, A4 and CE. RGB value is (142,164,206). Sum of RGB (Red+Green+Blue) = 142+164+206=512 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.73% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #8EA4CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA4CE is #715B31. Grayscale: #A2A2A2. Windows color (decimal): -7428914 or 13542542. OLE color: 13542542.

HSL color Cylindrical-coordinate representation of color #8EA4CE: hue angle of 219.38º 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 #8EA4CE is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 164 206 -
CMYK 0.31 0.20 0 0.19
HSL 219.38º 0.4% 0.68% -
HSV(B) 219.38º 0.31% 0.81% -
XYZ 35.57 36.76 63.61 -
YUV 162.21 152.71 113.58 -
System Red Green Blue C M Y K H S L
Decimal 142 164 206 0.31 0.20 0 0.19 219.38 0.4 0.68
Hex 8E A4 CE 1F 14 0 13 DB 28 44
Octal 216 244 316 37 24 0 23 333 50 104
Binary 10001110 10100100 11001110 11111 10100 0 10011 11011011 101000 1000100

Color Harmonies of #8EA4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA4CE

Black with #8EA4CE

Text Example


Text Example

White with #8EA4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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