#8BAADC

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

Shades of Polo Blue #8BAADC

Tints of Polo Blue #8BAADC

Color information

#8BAADC (or 0x8BAADC) is unknown color: approx Polo Blue. HEX triplet: 8B, AA and DC. RGB value is (139,170,220). Sum of RGB (Red+Green+Blue) = 139+170+220=529 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.28% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BAADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAADC is #745523. Grayscale: #A6A6A6. Windows color (decimal): -7623972 or 14461579. OLE color: 14461579.

HSL color Cylindrical-coordinate representation of color #8BAADC: hue angle of 217.04º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BAADC is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB139170220-
CMYK0.370.2300.14
HSL217.04º53.64%70.39%-
HSV(B)217.04º36.82%86.27%-
XYZ37.9439.4173.32-
YUV166.43158.23108.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.28%
GREEN value IS 170 (66.80% from 255) = 32.14%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=26.28%
G=32.14%
B=41.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1391702200.370.2300.14217.0453.6470.39
Hex8BAADC25170Ed93646
Octal213252334452701633166106
Binary1000101110101010110111001001011011101110110110011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,170,220); }

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

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

 a { background-color: rgb(139,170,220); }

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

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

 span { border-color: rgb(139,170,220); }

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