#8DADCE

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

Shades of Polo Blue #8DADCE

Tints of Polo Blue #8DADCE

Color information

#8DADCE (or 0x8DADCE) is unknown color: approx Polo Blue. HEX triplet: 8D, AD and CE. RGB value is (141,173,206). Sum of RGB (Red+Green+Blue) = 141+173+206=520 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.12% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DADCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADCE is #725231. Grayscale: #A7A7A7. Windows color (decimal): -7492146 or 13544845. OLE color: 13544845.

HSL color Cylindrical-coordinate representation of color #8DADCE: hue angle of 210.46º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DADCE is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB141173206-
CMYK0.320.1600.19
HSL210.46º39.88%68.04%-
HSV(B)210.46º31.55%80.78%-
XYZ37.0740.0164.16-
YUV167.19149.9109.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.12%
GREEN value IS 173 (67.97% from 255) = 33.27%
BLUE value IS 206 (80.86% from 255) = 39.62%
R=27.12%
G=33.27%
B=39.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1411732060.320.1600.19210.4639.8868.04
Hex8DADCE2010013d22844
Octal215255316402002332250104
Binary10001101101011011100111010000010000010011110100101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,173,206); }

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

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

 a { background-color: rgb(141,173,206); }

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

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

 span { border-color: rgb(141,173,206); }

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