Html Css Color HEX #8EADCE Polo Blue

📋 copy color: '#8EADCE'

red 142 ◦ green 173 ◦ blue 206

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

Shades of Polo Blue #8EADCE

Tints of Polo Blue #8EADCE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.21%

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

R = 27.26%
G = 33.21%
B = 39.54%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8EADCE (or 0x8EADCE) is known color: Polo Blue. HEX triplet: 8E, AD and CE. RGB value is (142,173,206). Sum of RGB (Red+Green+Blue) = 142+173+206=521 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.26% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #8EADCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADCE is #715231. Grayscale: #A7A7A7. Windows color (decimal): -7426610 or 13544846. OLE color: 13544846.

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

Color convert

RGB 142 173 206 -
CMYK 0.31 0.16 0 0.19
HSL 210.94º 0.4% 0.68% -
HSV(B) 210.94º 0.31% 0.81% -
XYZ 37.24 40.09 64.17 -
YUV 167.49 149.73 109.82 -
System Red Green Blue C M Y K H S L
Decimal 142 173 206 0.31 0.16 0 0.19 210.94 0.4 0.68
Hex 8E AD CE 1F 10 0 13 D3 28 44
Octal 216 255 316 37 20 0 23 323 50 104
Binary 10001110 10101101 11001110 11111 10000 0 10011 11010011 101000 1000100

Color Harmonies of #8EADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EADCE

Black with #8EADCE

Text Example


Text Example

White with #8EADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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