#8EB1CB

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

Shades of Polo Blue #8EB1CB

Tints of Polo Blue #8EB1CB

Color information

#8EB1CB (or 0x8EB1CB) is unknown color: approx Polo Blue. HEX triplet: 8E, B1 and CB. RGB value is (142,177,203). Sum of RGB (Red+Green+Blue) = 142+177+203=522 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.20% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #8EB1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EB1CB is #714E34. Grayscale: #A9A9A9. Windows color (decimal): -7425589 or 13349262. OLE color: 13349262.

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

Color convert

RGB142177203-
CMYK0.300.1300.20
HSL205.57º36.97%67.65%-
HSV(B)205.57º30.05%79.61%-
XYZ37.6641.5162.53-
YUV169.5146.9108.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.20%
GREEN value IS 177 (69.53% from 255) = 33.91%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=27.20%
G=33.91%
B=38.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421772030.300.1300.20205.5736.9767.65
Hex8EB1CB1ED014ce2544
Octal216261313361502431645104
Binary100011101011000111001011111101101010100110011101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,177,203); }

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

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

 a { background-color: rgb(142,177,203); }

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

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

 span { border-color: rgb(142,177,203); }

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