#8EB1CD

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

Shades of Polo Blue #8EB1CD

Tints of Polo Blue #8EB1CD

Color information

#8EB1CD (or 0x8EB1CD) is unknown color: approx Polo Blue. HEX triplet: 8E, B1 and CD. RGB value is (142,177,205). Sum of RGB (Red+Green+Blue) = 142+177+205=524 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.10% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EB1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EB1CD is #714E32. Grayscale: #A9A9A9. Windows color (decimal): -7425587 or 13480334. OLE color: 13480334.

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

Color convert

RGB142177205-
CMYK0.310.1400.20
HSL206.67º38.65%68.04%-
HSV(B)206.67º30.73%80.39%-
XYZ37.941.663.79-
YUV169.73147.9108.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.10%
GREEN value IS 177 (69.53% from 255) = 33.78%
BLUE value IS 205 (80.47% from 255) = 39.12%
R=27.10%
G=33.78%
B=39.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421772050.310.1400.20206.6738.6568.04
Hex8EB1CD1FE014cf2744
Octal216261315371602431747104
Binary100011101011000111001101111111110010100110011111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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