#8EB5CD

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

Shades of Polo Blue #8EB5CD

Tints of Polo Blue #8EB5CD

Color information

#8EB5CD (or 0x8EB5CD) is unknown color: approx Polo Blue. HEX triplet: 8E, B5 and CD. RGB value is (142,181,205). Sum of RGB (Red+Green+Blue) = 142+181+205=528 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.89% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EB5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB5CD is #714A32. Grayscale: #ABABAB. Windows color (decimal): -7424563 or 13481358. OLE color: 13481358.

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

Color convert

RGB142181205-
CMYK0.310.1200.20
HSL202.86º38.65%68.04%-
HSV(B)202.86º30.73%80.39%-
XYZ38.743.2164.06-
YUV172.08146.58106.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.89%
GREEN value IS 181 (71.09% from 255) = 34.28%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=26.89%
G=34.28%
B=38.83%

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
Decimal1421812050.310.1200.20202.8638.6568.04
Hex8EB5CD1FC014cb2744
Octal216265315371402431347104
Binary100011101011010111001101111111100010100110010111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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