#8DB1DD

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

Shades of Polo Blue #8DB1DD

Tints of Polo Blue #8DB1DD

Color information

#8DB1DD (or 0x8DB1DD) is unknown color: approx Polo Blue. HEX triplet: 8D, B1 and DD. RGB value is (141,177,221). Sum of RGB (Red+Green+Blue) = 141+177+221=539 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.16% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #8DB1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB1DD is #724E22. Grayscale: #ABABAB. Windows color (decimal): -7491107 or 14528909. OLE color: 14528909.

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

Color convert

RGB141177221-
CMYK0.360.2000.13
HSL213º54.05%70.98%-
HSV(B)213º36.2%86.67%-
XYZ39.7642.3374.48-
YUV171.25156.07106.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.16%
GREEN value IS 177 (69.53% from 255) = 32.84%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=26.16%
G=32.84%
B=41.00%

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
Decimal1411772210.360.2000.1321354.0570.98
Hex8DB1DD24140Dd53647
Octal215261335442401532566107
Binary1000110110110001110111011001001010001101110101011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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