#8DB0DD

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

Shades of Polo Blue #8DB0DD

Tints of Polo Blue #8DB0DD

Color information

#8DB0DD (or 0x8DB0DD) is unknown color: approx Polo Blue. HEX triplet: 8D, B0 and DD. RGB value is (141,176,221). Sum of RGB (Red+Green+Blue) = 141+176+221=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #8DB0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB0DD is #724F22. Grayscale: #AAAAAA. Windows color (decimal): -7491363 or 14528653. OLE color: 14528653.

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

Color convert

RGB141176221-
CMYK0.360.2000.13
HSL213.75º54.05%70.98%-
HSV(B)213.75º36.2%86.67%-
XYZ39.5641.9374.42-
YUV170.67156.4106.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.21%
GREEN value IS 176 (69.14% from 255) = 32.71%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=26.21%
G=32.71%
B=41.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1411762210.360.2000.13213.7554.0570.98
Hex8DB0DD24140Dd63647
Octal215260335442401532666107
Binary1000110110110000110111011001001010001101110101101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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