Html Css Color HEX #8EACDB Polo Blue

📋 copy color: '#8EACDB'

red 142 ◦ green 172 ◦ blue 219

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

Shades of Polo Blue #8EACDB

Tints of Polo Blue #8EACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.27%

 BLUE value IS 219 (85.94% from 255) = 41.09%

R = 26.64%
G = 32.27%
B = 41.09%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8EACDB (or 0x8EACDB) is known color: Polo Blue. HEX triplet: 8E, AC and DB. RGB value is (142,172,219). Sum of RGB (Red+Green+Blue) = 142+172+219=533 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.64% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #8EACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACDB is #715324. Grayscale: #A8A8A8. Windows color (decimal): -7426853 or 14396558. OLE color: 14396558.

HSL color Cylindrical-coordinate representation of color #8EACDB: hue angle of 216.62º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EACDB is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 172 219 -
CMYK 0.35 0.21 0 0.14
HSL 216.62º 0.52% 0.71% -
HSV(B) 216.62º 0.35% 0.86% -
XYZ 38.69 40.37 72.77 -
YUV 168.39 156.56 109.18 -
System Red Green Blue C M Y K H S L
Decimal 142 172 219 0.35 0.21 0 0.14 216.62 0.52 0.71
Hex 8E AC DB 23 15 0 E D9 34 47
Octal 216 254 333 43 25 0 16 331 64 107
Binary 10001110 10101100 11011011 100011 10101 0 1110 11011001 110100 1000111

Color Harmonies of #8EACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EACDB

Black with #8EACDB

Text Example


Text Example

White with #8EACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,172,219); }

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

background-color css

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

 a { background-color: rgb(142,172,219); }

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

border-color css

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

 span { border-color: rgb(142,172,219); }

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