#8BADCC

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

Shades of Polo Blue #8BADCC

Tints of Polo Blue #8BADCC

Color information

#8BADCC (or 0x8BADCC) is unknown color: approx Polo Blue. HEX triplet: 8B, AD and CC. RGB value is (139,173,204). Sum of RGB (Red+Green+Blue) = 139+173+204=516 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.94% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #8BADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADCC is #745233. Grayscale: #A6A6A6. Windows color (decimal): -7623220 or 13413771. OLE color: 13413771.

HSL color Cylindrical-coordinate representation of color #8BADCC: hue angle of 208.62º degrees, saturation: 0.39, 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 #8BADCC is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB139173204-
CMYK0.320.1500.2
HSL208.62º38.92%67.25%-
HSV(B)208.62º31.86%80%-
XYZ36.4939.7462.87-
YUV166.37149.24108.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.94%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 204 (80.08% from 255) = 39.53%
R=26.94%
G=33.53%
B=39.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1391732040.320.1500.2208.6238.9267.25
Hex8BADCC20F014d12743
Octal213255314401702432147103
Binary1000101110101101110011001000001111010100110100011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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