#8BADD1

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

Shades of Polo Blue #8BADD1

Tints of Polo Blue #8BADD1

Color information

#8BADD1 (or 0x8BADD1) is unknown color: approx Polo Blue. HEX triplet: 8B, AD and D1. RGB value is (139,173,209). Sum of RGB (Red+Green+Blue) = 139+173+209=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #8BADD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADD1 is #74522E. Grayscale: #A6A6A6. Windows color (decimal): -7623215 or 13741451. OLE color: 13741451.

HSL color Cylindrical-coordinate representation of color #8BADD1: hue angle of 210.86º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BADD1 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB139173209-
CMYK0.330.1700.18
HSL210.86º43.21%68.24%-
HSV(B)210.86º33.49%81.96%-
XYZ37.139.9866.08-
YUV166.94151.74108.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.68%
GREEN value IS 173 (67.97% from 255) = 33.21%
BLUE value IS 209 (82.03% from 255) = 40.12%
R=26.68%
G=33.21%
B=40.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1391732090.330.1700.18210.8643.2168.24
Hex8BADD12111012d32b44
Octal213255321412102232353104
Binary10001011101011011101000110000110001010010110100111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,173,209); }

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

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

 a { background-color: rgb(139,173,209); }

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

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

 span { border-color: rgb(139,173,209); }

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