Html Css Color HEX #8EA4CD Polo Blue

📋 copy color: '#8EA4CD'

red 142 ◦ green 164 ◦ blue 205

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

Shades of Polo Blue #8EA4CD

Tints of Polo Blue #8EA4CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.12%

R = 27.79%
G = 32.09%
B = 40.12%

CMYK

 C value IS 0.31

 M value IS 0.2

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8EA4CD (or 0x8EA4CD) is known color: Polo Blue. HEX triplet: 8E, A4 and CD. RGB value is (142,164,205). Sum of RGB (Red+Green+Blue) = 142+164+205=511 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.79% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EA4CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA4CD is #715B32. Grayscale: #A1A1A1. Windows color (decimal): -7428915 or 13477006. OLE color: 13477006.

HSL color Cylindrical-coordinate representation of color #8EA4CD: hue angle of 219.05º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EA4CD is Cyan = 0.31, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 164 205 -
CMYK 0.31 0.2 0 0.20
HSL 219.05º 0.39% 0.68% -
HSV(B) 219.05º 0.31% 0.8% -
XYZ 35.45 36.71 62.97 -
YUV 162.1 152.21 113.67 -
System Red Green Blue C M Y K H S L
Decimal 142 164 205 0.31 0.2 0 0.20 219.05 0.39 0.68
Hex 8E A4 CD 1F 14 0 14 DB 27 44
Octal 216 244 315 37 24 0 24 333 47 104
Binary 10001110 10100100 11001101 11111 10100 0 10100 11011011 100111 1000100

Color Harmonies of #8EA4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA4CD

Black with #8EA4CD

Text Example


Text Example

White with #8EA4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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