#8EB6CD

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

Shades of Polo Blue #8EB6CD

Tints of Polo Blue #8EB6CD

Color information

#8EB6CD (or 0x8EB6CD) is unknown color: approx Polo Blue. HEX triplet: 8E, B6 and CD. RGB value is (142,182,205). Sum of RGB (Red+Green+Blue) = 142+182+205=529 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.84% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EB6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB6CD is #714932. Grayscale: #ACACAC. Windows color (decimal): -7424307 or 13481614. OLE color: 13481614.

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

Color convert

RGB142182205-
CMYK0.310.1100.20
HSL201.9º38.65%68.04%-
HSV(B)201.9º30.73%80.39%-
XYZ38.943.6164.13-
YUV172.66146.25106.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.84%
GREEN value IS 182 (71.48% from 255) = 34.40%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=26.84%
G=34.40%
B=38.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421822050.310.1100.20201.938.6568.04
Hex8EB6CD1FB014ca2744
Octal216266315371302431247104
Binary100011101011011011001101111111011010100110010101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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