#8EB2CC

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

Shades of Polo Blue #8EB2CC

Tints of Polo Blue #8EB2CC

Color information

#8EB2CC (or 0x8EB2CC) is unknown color: approx Polo Blue. HEX triplet: 8E, B2 and CC. RGB value is (142,178,204). Sum of RGB (Red+Green+Blue) = 142+178+204=524 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.10% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #8EB2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EB2CC is #714D33. Grayscale: #AAAAAA. Windows color (decimal): -7425332 or 13415054. OLE color: 13415054.

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

Color convert

RGB142178204-
CMYK0.300.1300.2
HSL205.16º37.8%67.84%-
HSV(B)205.16º30.39%80%-
XYZ37.9741.9563.22-
YUV170.2147.07107.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.10%
GREEN value IS 178 (69.92% from 255) = 33.97%
BLUE value IS 204 (80.08% from 255) = 38.93%
R=27.10%
G=33.97%
B=38.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1421782040.300.1300.2205.1637.867.84
Hex8EB2CC1ED014cd2644
Octal216262314361502431546104
Binary100011101011001011001100111101101010100110011011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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