#8DA6DB

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

Shades of Polo Blue #8DA6DB

Tints of Polo Blue #8DA6DB

Color information

#8DA6DB (or 0x8DA6DB) is unknown color: approx Polo Blue. HEX triplet: 8D, A6 and DB. RGB value is (141,166,219). Sum of RGB (Red+Green+Blue) = 141+166+219=526 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.81% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DA6DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA6DB is #725924. Grayscale: #A4A4A4. Windows color (decimal): -7493925 or 14395021. OLE color: 14395021.

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

Color convert

RGB141166219-
CMYK0.360.2400.14
HSL220.77º52%70.59%-
HSV(B)220.77º35.62%85.88%-
XYZ37.4138.0572.39-
YUV164.57158.72111.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.81%
GREEN value IS 166 (65.23% from 255) = 31.56%
BLUE value IS 219 (85.94% from 255) = 41.63%
R=26.81%
G=31.56%
B=41.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1411662190.360.2400.14220.775270.59
Hex8DA6DB24180Edd3447
Octal215246333443001633564107
Binary1000110110100110110110111001001100001110110111011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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