#8DADDD

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

Shades of Polo Blue #8DADDD

Tints of Polo Blue #8DADDD

Color information

#8DADDD (or 0x8DADDD) is unknown color: approx Polo Blue. HEX triplet: 8D, AD and DD. RGB value is (141,173,221). Sum of RGB (Red+Green+Blue) = 141+173+221=535 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.36% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #8DADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADDD is #725222. Grayscale: #A8A8A8. Windows color (decimal): -7492131 or 14527885. OLE color: 14527885.

HSL color Cylindrical-coordinate representation of color #8DADDD: hue angle of 216º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DADDD is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB141173221-
CMYK0.360.2200.13
HSL216º54.05%70.98%-
HSV(B)216º36.2%86.67%-
XYZ38.9840.7774.22-
YUV168.9157.4108.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.36%
GREEN value IS 173 (67.97% from 255) = 32.34%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=26.36%
G=32.34%
B=41.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1411732210.360.2200.1321654.0570.98
Hex8DADDD24160Dd83647
Octal215255335442601533066107
Binary1000110110101101110111011001001011001101110110001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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