#8DABD3

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

Shades of Polo Blue #8DABD3

Tints of Polo Blue #8DABD3

Color information

#8DABD3 (or 0x8DABD3) is unknown color: approx Polo Blue. HEX triplet: 8D, AB and D3. RGB value is (141,171,211). Sum of RGB (Red+Green+Blue) = 141+171+211=523 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.96% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 211 (82.81% from 255 or 40.34% from 523); Max value from RGB is 211 - color contains mainly: blue. Hex color #8DABD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABD3 is #72542C. Grayscale: #A6A6A6. Windows color (decimal): -7492653 or 13872013. OLE color: 13872013.

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

Color convert

RGB141171211-
CMYK0.330.1900.17
HSL214.29º44.3%69.02%-
HSV(B)214.29º33.18%82.75%-
XYZ37.3139.4967.28-
YUV166.59153.06109.75-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.96%
GREEN value IS 171 (67.19% from 255) = 32.70%
BLUE value IS 211 (82.81% from 255) = 40.34%
R=26.96%
G=32.70%
B=40.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1411712110.330.1900.17214.2944.369.02
Hex8DABD32113011d62c45
Octal215253323412302132654105
Binary10001101101010111101001110000110011010001110101101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DABD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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