#8BAADD

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

Shades of Polo Blue #8BAADD

Tints of Polo Blue #8BAADD

Color information

#8BAADD (or 0x8BAADD) is unknown color: approx Polo Blue. HEX triplet: 8B, AA and DD. RGB value is (139,170,221). Sum of RGB (Red+Green+Blue) = 139+170+221=530 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.23% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BAADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAADD is #745522. Grayscale: #A6A6A6. Windows color (decimal): -7623971 or 14527115. OLE color: 14527115.

HSL color Cylindrical-coordinate representation of color #8BAADD: hue angle of 217.32º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BAADD is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB139170221-
CMYK0.370.2300.13
HSL217.32º54.67%70.59%-
HSV(B)217.32º37.1%86.67%-
XYZ38.0739.4674.02-
YUV166.54158.73108.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.23%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 221 (86.72% from 255) = 41.70%
R=26.23%
G=32.08%
B=41.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391702210.370.2300.13217.3254.6770.59
Hex8BAADD25170Dd93747
Octal213252335452701533167107
Binary1000101110101010110111011001011011101101110110011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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