#8BADC9

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

Shades of Polo Blue #8BADC9

Tints of Polo Blue #8BADC9

Color information

#8BADC9 (or 0x8BADC9) is unknown color: approx Polo Blue. HEX triplet: 8B, AD and C9. RGB value is (139,173,201). Sum of RGB (Red+Green+Blue) = 139+173+201=513 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.10% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 201 - color contains mainly: blue. Hex color #8BADC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADC9 is #745236. Grayscale: #A5A5A5. Windows color (decimal): -7623223 or 13217163. OLE color: 13217163.

HSL color Cylindrical-coordinate representation of color #8BADC9: hue angle of 207.1º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BADC9 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139173201-
CMYK0.310.1400.21
HSL207.1º36.47%66.67%-
HSV(B)207.1º30.85%78.82%-
XYZ36.1339.5961-
YUV166.03147.74108.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.10%
GREEN value IS 173 (67.97% from 255) = 33.72%
BLUE value IS 201 (78.91% from 255) = 39.18%
R=27.10%
G=33.72%
B=39.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391732010.310.1400.21207.136.4766.67
Hex8BADC91FE015cf2443
Octal213255311371602531744103
Binary100010111010110111001001111111110010101110011111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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