#8DB6DA

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

Shades of Polo Blue #8DB6DA

Tints of Polo Blue #8DB6DA

Color information

#8DB6DA (or 0x8DB6DA) is unknown color: approx Polo Blue. HEX triplet: 8D, B6 and DA. RGB value is (141,182,218). Sum of RGB (Red+Green+Blue) = 141+182+218=541 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.06% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #8DB6DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB6DA is #724925. Grayscale: #ADADAD. Windows color (decimal): -7489830 or 14333581. OLE color: 14333581.

HSL color Cylindrical-coordinate representation of color #8DB6DA: hue angle of 208.05º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DB6DA is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB141182218-
CMYK0.350.1700.15
HSL208.05º50.99%70.39%-
HSV(B)208.05º35.32%85.49%-
XYZ40.3744.1872.73-
YUV173.84152.92104.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.06%
GREEN value IS 182 (71.48% from 255) = 33.64%
BLUE value IS 218 (85.55% from 255) = 40.30%
R=26.06%
G=33.64%
B=40.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1411822180.350.1700.15208.0550.9970.39
Hex8DB6DA23110Fd03346
Octal215266332432101732063106
Binary1000110110110110110110101000111000101111110100001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,182,218); }

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

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

 a { background-color: rgb(141,182,218); }

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

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

 span { border-color: rgb(141,182,218); }

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