Html Css Color HEX #8EA3CD Polo Blue

📋 copy color: '#8EA3CD'

red 142 ◦ green 163 ◦ blue 205

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

Shades of Polo Blue #8EA3CD

Tints of Polo Blue #8EA3CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.2%

R = 27.84%
G = 31.96%
B = 40.2%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8EA3CD (or 0x8EA3CD) is known color: Polo Blue. HEX triplet: 8E, A3 and CD. RGB value is (142,163,205). Sum of RGB (Red+Green+Blue) = 142+163+205=510 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.84% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EA3CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA3CD is #715C32. Grayscale: #A1A1A1. Windows color (decimal): -7429171 or 13476750. OLE color: 13476750.

HSL color Cylindrical-coordinate representation of color #8EA3CD: hue angle of 220º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EA3CD is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 163 205 -
CMYK 0.31 0.20 0 0.20
HSL 220º 0.39% 0.68% -
HSV(B) 220º 0.31% 0.8% -
XYZ 35.27 36.35 62.92 -
YUV 161.51 152.54 114.08 -
System Red Green Blue C M Y K H S L
Decimal 142 163 205 0.31 0.20 0 0.20 220 0.39 0.68
Hex 8E A3 CD 1F 14 0 14 DC 27 44
Octal 216 243 315 37 24 0 24 334 47 104
Binary 10001110 10100011 11001101 11111 10100 0 10100 11011100 100111 1000100

Color Harmonies of #8EA3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA3CD

Black with #8EA3CD

Text Example


Text Example

White with #8EA3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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