Html Css Color HEX #8EACCC Polo Blue

📋 copy color: '#8EACCC'

red 142 ◦ green 172 ◦ blue 204

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

Shades of Polo Blue #8EACCC

Tints of Polo Blue #8EACCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 27.41%
G = 33.2%
B = 39.38%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8EACCC (or 0x8EACCC) is known color: Polo Blue. HEX triplet: 8E, AC and CC. RGB value is (142,172,204). Sum of RGB (Red+Green+Blue) = 142+172+204=518 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.41% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #8EACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACCC is #715333. Grayscale: #A6A6A6. Windows color (decimal): -7426868 or 13413518. OLE color: 13413518.

HSL color Cylindrical-coordinate representation of color #8EACCC: hue angle of 210.97º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EACCC is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 142 172 204 -
CMYK 0.30 0.16 0 0.2
HSL 210.97º 0.38% 0.68% -
HSV(B) 210.97º 0.3% 0.8% -
XYZ 36.81 39.62 62.83 -
YUV 166.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 142 172 204 0.30 0.16 0 0.2 210.97 0.38 0.68
Hex 8E AC CC 1E 10 0 14 D3 26 44
Octal 216 254 314 36 20 0 24 323 46 104
Binary 10001110 10101100 11001100 11110 10000 0 10100 11010011 100110 1000100

Color Harmonies of #8EACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EACCC

Black with #8EACCC

Text Example


Text Example

White with #8EACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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