#8DABDA

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

Shades of Polo Blue #8DABDA

Tints of Polo Blue #8DABDA

Color information

#8DABDA (or 0x8DABDA) is unknown color: approx Polo Blue. HEX triplet: 8D, AB and DA. RGB value is (141,171,218). Sum of RGB (Red+Green+Blue) = 141+171+218=530 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.60% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #8DABDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABDA is #725425. Grayscale: #A7A7A7. Windows color (decimal): -7492646 or 14330765. OLE color: 14330765.

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

Color convert

RGB141171218-
CMYK0.350.2200.15
HSL216.62º50.99%70.39%-
HSV(B)216.62º35.32%85.49%-
XYZ38.239.8572.01-
YUV167.39156.56109.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.60%
GREEN value IS 171 (67.19% from 255) = 32.26%
BLUE value IS 218 (85.55% from 255) = 41.13%
R=26.60%
G=32.26%
B=41.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1411712180.350.2200.15216.6250.9970.39
Hex8DABDA23160Fd93346
Octal215253332432601733163106
Binary1000110110101011110110101000111011001111110110011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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