#8EB5CE

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

Shades of Polo Blue #8EB5CE

Tints of Polo Blue #8EB5CE

Color information

#8EB5CE (or 0x8EB5CE) is unknown color: approx Polo Blue. HEX triplet: 8E, B5 and CE. RGB value is (142,181,206). Sum of RGB (Red+Green+Blue) = 142+181+206=529 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.84% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #8EB5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB5CE is #714A31. Grayscale: #ACACAC. Windows color (decimal): -7424562 or 13546894. OLE color: 13546894.

HSL color Cylindrical-coordinate representation of color #8EB5CE: hue angle of 203.44º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EB5CE is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB142181206-
CMYK0.310.1200.19
HSL203.44º39.51%68.24%-
HSV(B)203.44º31.07%80.78%-
XYZ38.8243.2564.7-
YUV172.19147.08106.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.84%
GREEN value IS 181 (71.09% from 255) = 34.22%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=26.84%
G=34.22%
B=38.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1421812060.310.1200.19203.4439.5168.24
Hex8EB5CE1FC013cb2844
Octal216265316371402331350104
Binary100011101011010111001110111111100010011110010111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,181,206); }

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

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

 a { background-color: rgb(142,181,206); }

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

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

 span { border-color: rgb(142,181,206); }

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