#8DB0DA

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

Shades of Polo Blue #8DB0DA

Tints of Polo Blue #8DB0DA

Color information

#8DB0DA (or 0x8DB0DA) is unknown color: approx Polo Blue. HEX triplet: 8D, B0 and DA. RGB value is (141,176,218). Sum of RGB (Red+Green+Blue) = 141+176+218=535 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.36% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #8DB0DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB0DA is #724F25. Grayscale: #AAAAAA. Windows color (decimal): -7491366 or 14332045. OLE color: 14332045.

HSL color Cylindrical-coordinate representation of color #8DB0DA: hue angle of 212.73º 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 #8DB0DA is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB141176218-
CMYK0.350.1900.15
HSL212.73º50.99%70.39%-
HSV(B)212.73º35.32%85.49%-
XYZ39.1641.7872.33-
YUV170.32154.9107.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.36%
GREEN value IS 176 (69.14% from 255) = 32.90%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=26.36%
G=32.90%
B=40.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1411762180.350.1900.15212.7350.9970.39
Hex8DB0DA23130Fd53346
Octal215260332432301732563106
Binary1000110110110000110110101000111001101111110101011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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