#8DABCC

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

Shades of Polo Blue #8DABCC

Tints of Polo Blue #8DABCC

Color information

#8DABCC (or 0x8DABCC) is unknown color: approx Polo Blue. HEX triplet: 8D, AB and CC. RGB value is (141,171,204). Sum of RGB (Red+Green+Blue) = 141+171+204=516 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.33% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABCC is #725433. Grayscale: #A5A5A5. Windows color (decimal): -7492660 or 13413261. OLE color: 13413261.

HSL color Cylindrical-coordinate representation of color #8DABCC: hue angle of 211.43º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DABCC is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB141171204-
CMYK0.310.1600.2
HSL211.43º38.18%67.65%-
HSV(B)211.43º30.88%80%-
XYZ36.4539.1562.76-
YUV165.79149.56110.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.33%
GREEN value IS 171 (67.19% from 255) = 33.14%
BLUE value IS 204 (80.08% from 255) = 39.53%
R=27.33%
G=33.14%
B=39.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1411712040.310.1600.2211.4338.1867.65
Hex8DABCC1F10014d32644
Octal215253314372002432346104
Binary1000110110101011110011001111110000010100110100111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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