#8DB3DB

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

Shades of Polo Blue #8DB3DB

Tints of Polo Blue #8DB3DB

Color information

#8DB3DB (or 0x8DB3DB) is unknown color: approx Polo Blue. HEX triplet: 8D, B3 and DB. RGB value is (141,179,219). Sum of RGB (Red+Green+Blue) = 141+179+219=539 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.16% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DB3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB3DB is #724C24. Grayscale: #ACACAC. Windows color (decimal): -7490597 or 14398349. OLE color: 14398349.

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

Color convert

RGB141179219-
CMYK0.360.1800.14
HSL210.77º52%70.59%-
HSV(B)210.77º35.62%85.88%-
XYZ39.8943.0273.22-
YUV172.2154.41105.75-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.16%
GREEN value IS 179 (70.31% from 255) = 33.21%
BLUE value IS 219 (85.94% from 255) = 40.63%
R=26.16%
G=33.21%
B=40.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1411792190.360.1800.14210.775270.59
Hex8DB3DB24120Ed33447
Octal215263333442201632364107
Binary1000110110110011110110111001001001001110110100111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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