#8EACCD

Color #8EACCD Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #8EACCD

Tints of Polo Blue #8EACCD

Color information

#8EACCD (or 0x8EACCD) is unknown color: approx Polo Blue. HEX triplet: 8E, AC and CD. RGB value is (142,172,205). Sum of RGB (Red+Green+Blue) = 142+172+205=519 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.36% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACCD is #715332. Grayscale: #A6A6A6. Windows color (decimal): -7426867 or 13479054. OLE color: 13479054.

HSL color Cylindrical-coordinate representation of color #8EACCD: hue angle of 211.43º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EACCD is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142172205-
CMYK0.310.1600.20
HSL211.43º38.65%68.04%-
HSV(B)211.43º30.73%80.39%-
XYZ36.9339.6663.47-
YUV166.79149.56110.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.36%
GREEN value IS 172 (67.58% from 255) = 33.14%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=27.36%
G=33.14%
B=39.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421722050.310.1600.20211.4338.6568.04
Hex8EACCD1F10014d32744
Octal216254315372002432347104
Binary1000111010101100110011011111110000010100110100111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EACCD;
 }
 .AnyTagClassName
 {
   color: #8EACCD;
 }
</style>
background-color css

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

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

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

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

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

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