Html Css Color HEX #8EACC5 Polo Blue

📋 copy color: '#8EACC5'

red 142 ◦ green 172 ◦ blue 197

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

Shades of Polo Blue #8EACC5

Tints of Polo Blue #8EACC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.55%

R = 27.79%
G = 33.66%
B = 38.55%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#8EACC5 (or 0x8EACC5) is known color: Polo Blue. HEX triplet: 8E, AC and C5. RGB value is (142,172,197). Sum of RGB (Red+Green+Blue) = 142+172+197=511 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.79% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 197 - color contains mainly: blue. Hex color #8EACC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACC5 is #71533A. Grayscale: #A5A5A5. Windows color (decimal): -7426875 or 12954766. OLE color: 12954766.

HSL color Cylindrical-coordinate representation of color #8EACC5: hue angle of 207.27º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EACC5 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 142 172 197 -
CMYK 0.28 0.13 0 0.23
HSL 207.27º 0.32% 0.66% -
HSV(B) 207.27º 0.28% 0.77% -
XYZ 35.99 39.29 58.51 -
YUV 165.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 142 172 197 0.28 0.13 0 0.23 207.27 0.32 0.66
Hex 8E AC C5 1C D 0 17 CF 20 42
Octal 216 254 305 34 15 0 27 317 40 102
Binary 10001110 10101100 11000101 11100 1101 0 10111 11001111 100000 1000010

Color Harmonies of #8EACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EACC5

Black with #8EACC5

Text Example


Text Example

White with #8EACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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