#8EB4CD

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

Shades of Polo Blue #8EB4CD

Tints of Polo Blue #8EB4CD

Color information

#8EB4CD (or 0x8EB4CD) is unknown color: approx Polo Blue. HEX triplet: 8E, B4 and CD. RGB value is (142,180,205). Sum of RGB (Red+Green+Blue) = 142+180+205=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EB4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB4CD is #714B32. Grayscale: #ABABAB. Windows color (decimal): -7424819 or 13481102. OLE color: 13481102.

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

Color convert

RGB142180205-
CMYK0.310.1200.20
HSL203.81º38.65%68.04%-
HSV(B)203.81º30.73%80.39%-
XYZ38.542.863.99-
YUV171.49146.91106.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.94%
GREEN value IS 180 (70.70% from 255) = 34.16%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=26.94%
G=34.16%
B=38.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421802050.310.1200.20203.8138.6568.04
Hex8EB4CD1FC014cc2744
Octal216264315371402431447104
Binary100011101011010011001101111111100010100110011001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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