Html Css Color HEX #8EA6CE Polo Blue

📋 copy color: '#8EA6CE'

red 142 ◦ green 166 ◦ blue 206

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

Shades of Polo Blue #8EA6CE

Tints of Polo Blue #8EA6CE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.3%

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

R = 27.63%
G = 32.3%
B = 40.08%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8EA6CE (or 0x8EA6CE) is known color: Polo Blue. HEX triplet: 8E, A6 and CE. RGB value is (142,166,206). Sum of RGB (Red+Green+Blue) = 142+166+206=514 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.63% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #8EA6CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA6CE is #715931. Grayscale: #A3A3A3. Windows color (decimal): -7428402 or 13543054. OLE color: 13543054.

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

Color convert

RGB 142 166 206 -
CMYK 0.31 0.19 0 0.19
HSL 217.5º 0.4% 0.68% -
HSV(B) 217.5º 0.31% 0.81% -
XYZ 35.93 37.48 63.73 -
YUV 163.38 152.05 112.75 -
System Red Green Blue C M Y K H S L
Decimal 142 166 206 0.31 0.19 0 0.19 217.5 0.4 0.68
Hex 8E A6 CE 1F 13 0 13 DA 28 44
Octal 216 246 316 37 23 0 23 332 50 104
Binary 10001110 10100110 11001110 11111 10011 0 10011 11011010 101000 1000100

Color Harmonies of #8EA6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA6CE

Black with #8EA6CE

Text Example


Text Example

White with #8EA6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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