Html Css Color HEX #8EA1CC Polo Blue

📋 copy color: '#8EA1CC'

red 142 ◦ green 161 ◦ blue 204

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

Shades of Polo Blue #8EA1CC

Tints of Polo Blue #8EA1CC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.76%

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 28.01%
G = 31.76%
B = 40.24%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8EA1CC (or 0x8EA1CC) is known color: Polo Blue. HEX triplet: 8E, A1 and CC. RGB value is (142,161,204). Sum of RGB (Red+Green+Blue) = 142+161+204=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #8EA1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA1CC is #715E33. Grayscale: #A0A0A0. Windows color (decimal): -7429684 or 13410702. OLE color: 13410702.

HSL color Cylindrical-coordinate representation of color #8EA1CC: hue angle of 221.61º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EA1CC is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 142 161 204 -
CMYK 0.30 0.21 0 0.2
HSL 221.61º 0.38% 0.68% -
HSV(B) 221.61º 0.3% 0.8% -
XYZ 34.8 35.6 62.16 -
YUV 160.22 152.71 115 -
System Red Green Blue C M Y K H S L
Decimal 142 161 204 0.30 0.21 0 0.2 221.61 0.38 0.68
Hex 8E A1 CC 1E 15 0 14 DE 26 44
Octal 216 241 314 36 25 0 24 336 46 104
Binary 10001110 10100001 11001100 11110 10101 0 10100 11011110 100110 1000100

Color Harmonies of #8EA1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA1CC

Black with #8EA1CC

Text Example


Text Example

White with #8EA1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,161,204); }

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

background-color css

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

 a { background-color: rgb(142,161,204); }

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

border-color css

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

 span { border-color: rgb(142,161,204); }

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