#8DADDB

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

Shades of Polo Blue #8DADDB

Tints of Polo Blue #8DADDB

Color information

#8DADDB (or 0x8DADDB) is unknown color: approx Polo Blue. HEX triplet: 8D, AD and DB. RGB value is (141,173,219). Sum of RGB (Red+Green+Blue) = 141+173+219=533 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.45% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADDB is #725224. Grayscale: #A8A8A8. Windows color (decimal): -7492133 or 14396813. OLE color: 14396813.

HSL color Cylindrical-coordinate representation of color #8DADDB: hue angle of 215.38º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DADDB is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB141173219-
CMYK0.360.2100.14
HSL215.38º52%70.59%-
HSV(B)215.38º35.62%85.88%-
XYZ38.7140.6672.83-
YUV168.68156.4108.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.45%
GREEN value IS 173 (67.97% from 255) = 32.46%
BLUE value IS 219 (85.94% from 255) = 41.09%
R=26.45%
G=32.46%
B=41.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1411732190.360.2100.14215.385270.59
Hex8DADDB24150Ed73447
Octal215255333442501632764107
Binary1000110110101101110110111001001010101110110101111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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