#8EB4CE

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

Shades of Polo Blue #8EB4CE

Tints of Polo Blue #8EB4CE

Color information

#8EB4CE (or 0x8EB4CE) is unknown color: approx Polo Blue. HEX triplet: 8E, B4 and CE. RGB value is (142,180,206). Sum of RGB (Red+Green+Blue) = 142+180+206=528 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.89% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #8EB4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB4CE is #714B31. Grayscale: #ABABAB. Windows color (decimal): -7424818 or 13546638. OLE color: 13546638.

HSL color Cylindrical-coordinate representation of color #8EB4CE: hue angle of 204.38º 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 #8EB4CE is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB142180206-
CMYK0.310.1300.19
HSL204.38º39.51%68.24%-
HSV(B)204.38º31.07%80.78%-
XYZ38.6242.8564.63-
YUV171.6147.41106.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.89%
GREEN value IS 180 (70.70% from 255) = 34.09%
BLUE value IS 206 (80.86% from 255) = 39.02%
R=26.89%
G=34.09%
B=39.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1421802060.310.1300.19204.3839.5168.24
Hex8EB4CE1FD013cc2844
Octal216264316371502331450104
Binary100011101011010011001110111111101010011110011001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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