#8BAADB

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

Shades of Polo Blue #8BAADB

Tints of Polo Blue #8BAADB

Color information

#8BAADB (or 0x8BAADB) is unknown color: approx Polo Blue. HEX triplet: 8B, AA and DB. RGB value is (139,170,219). Sum of RGB (Red+Green+Blue) = 139+170+219=528 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.33% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #8BAADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAADB is #745524. Grayscale: #A6A6A6. Windows color (decimal): -7623973 or 14396043. OLE color: 14396043.

HSL color Cylindrical-coordinate representation of color #8BAADB: hue angle of 216.75º degrees, saturation: 0.53, 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 #8BAADB is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB139170219-
CMYK0.370.2200.14
HSL216.75º52.63%70.2%-
HSV(B)216.75º36.53%85.88%-
XYZ37.8139.3572.62-
YUV166.32157.73108.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.33%
GREEN value IS 170 (66.80% from 255) = 32.20%
BLUE value IS 219 (85.94% from 255) = 41.48%
R=26.33%
G=32.20%
B=41.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1391702190.370.2200.14216.7552.6370.2
Hex8BAADB25160Ed93546
Octal213252333452601633165106
Binary1000101110101010110110111001011011001110110110011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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