#8DABD2

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

Shades of Polo Blue #8DABD2

Tints of Polo Blue #8DABD2

Color information

#8DABD2 (or 0x8DABD2) is unknown color: approx Polo Blue. HEX triplet: 8D, AB and D2. RGB value is (141,171,210). Sum of RGB (Red+Green+Blue) = 141+171+210=522 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.01% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 210 - color contains mainly: blue. Hex color #8DABD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABD2 is #72542D. Grayscale: #A6A6A6. Windows color (decimal): -7492654 or 13806477. OLE color: 13806477.

HSL color Cylindrical-coordinate representation of color #8DABD2: hue angle of 213.91º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DABD2 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB141171210-
CMYK0.330.1900.18
HSL213.91º43.4%68.82%-
HSV(B)213.91º32.86%82.35%-
XYZ37.1839.4466.63-
YUV166.48152.56109.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.01%
GREEN value IS 171 (67.19% from 255) = 32.76%
BLUE value IS 210 (82.42% from 255) = 40.23%
R=27.01%
G=32.76%
B=40.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1411712100.330.1900.18213.9143.468.82
Hex8DABD22113012d62b45
Octal215253322412302232653105
Binary10001101101010111101001010000110011010010110101101010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DABD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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