#8DB0DC

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

Shades of Polo Blue #8DB0DC

Tints of Polo Blue #8DB0DC

Color information

#8DB0DC (or 0x8DB0DC) is unknown color: approx Polo Blue. HEX triplet: 8D, B0 and DC. RGB value is (141,176,220). Sum of RGB (Red+Green+Blue) = 141+176+220=537 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.26% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DB0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB0DC is #724F23. Grayscale: #AAAAAA. Windows color (decimal): -7491364 or 14463117. OLE color: 14463117.

HSL color Cylindrical-coordinate representation of color #8DB0DC: hue angle of 213.42º degrees, saturation: 0.53, 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 #8DB0DC is Cyan = 0.36, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB141176220-
CMYK0.360.200.14
HSL213.42º53.02%70.78%-
HSV(B)213.42º35.91%86.27%-
XYZ39.4341.8873.72-
YUV170.55155.9106.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.26%
GREEN value IS 176 (69.14% from 255) = 32.77%
BLUE value IS 220 (86.33% from 255) = 40.97%
R=26.26%
G=32.77%
B=40.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1411762200.360.200.14213.4253.0270.78
Hex8DB0DC24140Ed53547
Octal215260334442401632565107
Binary1000110110110000110111001001001010001110110101011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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