Html Css Color HEX #8EA2CC Polo Blue

📋 copy color: '#8EA2CC'

red 142 ◦ green 162 ◦ blue 204

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

Shades of Polo Blue #8EA2CC

Tints of Polo Blue #8EA2CC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.89%

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

R = 27.95%
G = 31.89%
B = 40.16%

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

#8EA2CC (or 0x8EA2CC) is known color: Polo Blue. HEX triplet: 8E, A2 and CC. RGB value is (142,162,204). Sum of RGB (Red+Green+Blue) = 142+162+204=508 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.95% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #8EA2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA2CC is #715D33. Grayscale: #A0A0A0. Windows color (decimal): -7429428 or 13410958. OLE color: 13410958.

HSL color Cylindrical-coordinate representation of color #8EA2CC: hue angle of 220.65º 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 #8EA2CC is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 142 162 204 -
CMYK 0.30 0.21 0 0.2
HSL 220.65º 0.38% 0.68% -
HSV(B) 220.65º 0.3% 0.8% -
XYZ 34.97 35.95 62.22 -
YUV 160.81 152.37 114.58 -
System Red Green Blue C M Y K H S L
Decimal 142 162 204 0.30 0.21 0 0.2 220.65 0.38 0.68
Hex 8E A2 CC 1E 15 0 14 DD 26 44
Octal 216 242 314 36 25 0 24 335 46 104
Binary 10001110 10100010 11001100 11110 10101 0 10100 11011101 100110 1000100

Color Harmonies of #8EA2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA2CC

Black with #8EA2CC

Text Example


Text Example

White with #8EA2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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