#8BADCD

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

Shades of Polo Blue #8BADCD

Tints of Polo Blue #8BADCD

Color information

#8BADCD (or 0x8BADCD) is unknown color: approx Polo Blue. HEX triplet: 8B, AD and CD. RGB value is (139,173,205). Sum of RGB (Red+Green+Blue) = 139+173+205=517 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.89% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADCD is #745232. Grayscale: #A6A6A6. Windows color (decimal): -7623219 or 13479307. OLE color: 13479307.

HSL color Cylindrical-coordinate representation of color #8BADCD: hue angle of 209.09º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BADCD is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB139173205-
CMYK0.320.1600.20
HSL209.09º39.76%67.45%-
HSV(B)209.09º32.2%80.39%-
XYZ36.6139.7863.51-
YUV166.48149.74108.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.89%
GREEN value IS 173 (67.97% from 255) = 33.46%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=26.89%
G=33.46%
B=39.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391732050.320.1600.20209.0939.7667.45
Hex8BADCD2010014d12843
Octal213255315402002432150103
Binary10001011101011011100110110000010000010100110100011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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