Html Css Color HEX #8EA3CB Polo Blue

📋 copy color: '#8EA3CB'

red 142 ◦ green 163 ◦ blue 203

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

Shades of Polo Blue #8EA3CB

Tints of Polo Blue #8EA3CB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.09%

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

R = 27.95%
G = 32.09%
B = 39.96%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8EA3CB (or 0x8EA3CB) is known color: Polo Blue. HEX triplet: 8E, A3 and CB. RGB value is (142,163,203). Sum of RGB (Red+Green+Blue) = 142+163+203=508 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.95% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #8EA3CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA3CB is #715C34. Grayscale: #A1A1A1. Windows color (decimal): -7429173 or 13345678. OLE color: 13345678.

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

Color convert

RGB 142 163 203 -
CMYK 0.30 0.20 0 0.20
HSL 219.34º 0.37% 0.68% -
HSV(B) 219.34º 0.3% 0.8% -
XYZ 35.03 36.26 61.65 -
YUV 161.28 151.54 114.25 -
System Red Green Blue C M Y K H S L
Decimal 142 163 203 0.30 0.20 0 0.20 219.34 0.37 0.68
Hex 8E A3 CB 1E 14 0 14 DB 25 44
Octal 216 243 313 36 24 0 24 333 45 104
Binary 10001110 10100011 11001011 11110 10100 0 10100 11011011 100101 1000100

Color Harmonies of #8EA3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA3CB

Black with #8EA3CB

Text Example


Text Example

White with #8EA3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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