#8DABD0

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

Shades of Polo Blue #8DABD0

Tints of Polo Blue #8DABD0

Color information

#8DABD0 (or 0x8DABD0) is unknown color: approx Polo Blue. HEX triplet: 8D, AB and D0. RGB value is (141,171,208). Sum of RGB (Red+Green+Blue) = 141+171+208=520 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.12% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #8DABD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABD0 is #72542F. Grayscale: #A6A6A6. Windows color (decimal): -7492656 or 13675405. OLE color: 13675405.

HSL color Cylindrical-coordinate representation of color #8DABD0: hue angle of 213.13º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DABD0 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB141171208-
CMYK0.320.1800.18
HSL213.13º41.61%68.43%-
HSV(B)213.13º32.21%81.57%-
XYZ36.9339.3465.32-
YUV166.25151.56109.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.12%
GREEN value IS 171 (67.19% from 255) = 32.88%
BLUE value IS 208 (81.64% from 255) = 40%
R=27.12%
G=32.88%
B=40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1411712080.320.1800.18213.1341.6168.43
Hex8DABD02012012d52a44
Octal215253320402202232552104
Binary10001101101010111101000010000010010010010110101011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DABD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,171,208); }

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

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

 a { background-color: rgb(141,171,208); }

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

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

 span { border-color: rgb(141,171,208); }

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