#8EB4CB

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

Shades of Polo Blue #8EB4CB

Tints of Polo Blue #8EB4CB

Color information

#8EB4CB (or 0x8EB4CB) is unknown color: approx Polo Blue. HEX triplet: 8E, B4 and CB. RGB value is (142,180,203). Sum of RGB (Red+Green+Blue) = 142+180+203=525 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.05% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #8EB4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB4CB is #714B34. Grayscale: #ABABAB. Windows color (decimal): -7424821 or 13350030. OLE color: 13350030.

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

Color convert

RGB142180203-
CMYK0.300.1100.20
HSL202.62º36.97%67.65%-
HSV(B)202.62º30.05%79.61%-
XYZ38.2642.7162.73-
YUV171.26145.91107.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.05%
GREEN value IS 180 (70.70% from 255) = 34.29%
BLUE value IS 203 (79.69% from 255) = 38.67%
R=27.05%
G=34.29%
B=38.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421802030.300.1100.20202.6236.9767.65
Hex8EB4CB1EB014cb2544
Octal216264313361302431345104
Binary100011101011010011001011111101011010100110010111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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