#8EB3CD

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

Shades of Polo Blue #8EB3CD

Tints of Polo Blue #8EB3CD

Color information

#8EB3CD (or 0x8EB3CD) is unknown color: approx Polo Blue. HEX triplet: 8E, B3 and CD. RGB value is (142,179,205). Sum of RGB (Red+Green+Blue) = 142+179+205=526 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.00% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EB3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB3CD is #714C32. Grayscale: #AAAAAA. Windows color (decimal): -7425075 or 13480846. OLE color: 13480846.

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

Color convert

RGB142179205-
CMYK0.310.1300.20
HSL204.76º38.65%68.04%-
HSV(B)204.76º30.73%80.39%-
XYZ38.2942.463.92-
YUV170.9147.24107.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.00%
GREEN value IS 179 (70.31% from 255) = 34.03%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=27.00%
G=34.03%
B=38.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421792050.310.1300.20204.7638.6568.04
Hex8EB3CD1FD014cd2744
Octal216263315371502431547104
Binary100011101011001111001101111111101010100110011011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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