#8BADDA

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

Shades of Polo Blue #8BADDA

Tints of Polo Blue #8BADDA

Color information

#8BADDA (or 0x8BADDA) is unknown color: approx Polo Blue. HEX triplet: 8B, AD and DA. RGB value is (139,173,218). Sum of RGB (Red+Green+Blue) = 139+173+218=530 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.23% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #8BADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADDA is #745225. Grayscale: #A7A7A7. Windows color (decimal): -7623206 or 14331275. OLE color: 14331275.

HSL color Cylindrical-coordinate representation of color #8BADDA: hue angle of 214.18º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BADDA is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB139173218-
CMYK0.360.2100.15
HSL214.18º51.63%70%-
HSV(B)214.18º36.24%85.49%-
XYZ38.2540.4472.12-
YUV167.96156.24107.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.23%
GREEN value IS 173 (67.97% from 255) = 32.64%
BLUE value IS 218 (85.55% from 255) = 41.13%
R=26.23%
G=32.64%
B=41.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1391732180.360.2100.15214.1851.6370
Hex8BADDA24150Fd63446
Octal213255332442501732664106
Binary1000101110101101110110101001001010101111110101101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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