Html Css Color HEX #8EA6CB Polo Blue

📋 copy color: '#8EA6CB'

red 142 ◦ green 166 ◦ blue 203

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

Shades of Polo Blue #8EA6CB

Tints of Polo Blue #8EA6CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.73%

R = 27.79%
G = 32.49%
B = 39.73%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8EA6CB (or 0x8EA6CB) is known color: Polo Blue. HEX triplet: 8E, A6 and CB. RGB value is (142,166,203). Sum of RGB (Red+Green+Blue) = 142+166+203=511 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.79% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #8EA6CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA6CB is #715934. Grayscale: #A2A2A2. Windows color (decimal): -7428405 or 13346446. OLE color: 13346446.

HSL color Cylindrical-coordinate representation of color #8EA6CB: hue angle of 216.39º degrees, saturation: 0.37, 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 #8EA6CB is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 166 203 -
CMYK 0.30 0.18 0 0.20
HSL 216.39º 0.37% 0.68% -
HSV(B) 216.39º 0.3% 0.8% -
XYZ 35.57 37.34 61.83 -
YUV 163.04 150.55 112.99 -
System Red Green Blue C M Y K H S L
Decimal 142 166 203 0.30 0.18 0 0.20 216.39 0.37 0.68
Hex 8E A6 CB 1E 12 0 14 D8 25 44
Octal 216 246 313 36 22 0 24 330 45 104
Binary 10001110 10100110 11001011 11110 10010 0 10100 11011000 100101 1000100

Color Harmonies of #8EA6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA6CB

Black with #8EA6CB

Text Example


Text Example

White with #8EA6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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