Html Css Color HEX #8EACD5 Polo Blue

📋 copy color: '#8EACD5'

red 142 ◦ green 172 ◦ blue 213

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

Shades of Polo Blue #8EACD5

Tints of Polo Blue #8EACD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.42%

R = 26.94%
G = 32.64%
B = 40.42%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8EACD5 (or 0x8EACD5) is known color: Polo Blue. HEX triplet: 8E, AC and D5. RGB value is (142,172,213). Sum of RGB (Red+Green+Blue) = 142+172+213=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #8EACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACD5 is #71532A. Grayscale: #A7A7A7. Windows color (decimal): -7426859 or 14003342. OLE color: 14003342.

HSL color Cylindrical-coordinate representation of color #8EACD5: hue angle of 214.65º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8EACD5 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 172 213 -
CMYK 0.33 0.19 0 0.16
HSL 214.65º 0.46% 0.7% -
HSV(B) 214.65º 0.33% 0.84% -
XYZ 37.92 40.06 68.68 -
YUV 167.7 153.56 109.67 -
System Red Green Blue C M Y K H S L
Decimal 142 172 213 0.33 0.19 0 0.16 214.65 0.46 0.7
Hex 8E AC D5 21 13 0 10 D7 2E 46
Octal 216 254 325 41 23 0 20 327 56 106
Binary 10001110 10101100 11010101 100001 10011 0 10000 11010111 101110 1000110

Color Harmonies of #8EACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EACD5

Black with #8EACD5

Text Example


Text Example

White with #8EACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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