#8DABCF

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

Shades of Polo Blue #8DABCF

Tints of Polo Blue #8DABCF

Color information

#8DABCF (or 0x8DABCF) is unknown color: approx Polo Blue. HEX triplet: 8D, AB and CF. RGB value is (141,171,207). Sum of RGB (Red+Green+Blue) = 141+171+207=519 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.17% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #8DABCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABCF is #725430. Grayscale: #A5A5A5. Windows color (decimal): -7492657 or 13609869. OLE color: 13609869.

HSL color Cylindrical-coordinate representation of color #8DABCF: hue angle of 212.73º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DABCF is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB141171207-
CMYK0.320.1700.19
HSL212.73º40.74%68.24%-
HSV(B)212.73º31.88%81.18%-
XYZ36.8139.2964.68-
YUV166.13151.06110.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.17%
GREEN value IS 171 (67.19% from 255) = 32.95%
BLUE value IS 207 (81.25% from 255) = 39.88%
R=27.17%
G=32.95%
B=39.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1411712070.320.1700.19212.7340.7468.24
Hex8DABCF2011013d52944
Octal215253317402102332551104
Binary10001101101010111100111110000010001010011110101011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DABCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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