#8BADCA

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

Shades of Polo Blue #8BADCA

Tints of Polo Blue #8BADCA

Color information

#8BADCA (or 0x8BADCA) is unknown color: approx Polo Blue. HEX triplet: 8B, AD and CA. RGB value is (139,173,202). Sum of RGB (Red+Green+Blue) = 139+173+202=514 (68% of max value = 765). Red value is 139 (54.69% from 255 or 27.04% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BADCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADCA is #745235. Grayscale: #A5A5A5. Windows color (decimal): -7623222 or 13282699. OLE color: 13282699.

HSL color Cylindrical-coordinate representation of color #8BADCA: hue angle of 207.62º degrees, saturation: 0.37, 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 #8BADCA is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139173202-
CMYK0.310.1400.21
HSL207.62º37.28%66.86%-
HSV(B)207.62º31.19%79.22%-
XYZ36.2539.6461.62-
YUV166.14148.24108.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.04%
GREEN value IS 173 (67.97% from 255) = 33.66%
BLUE value IS 202 (79.30% from 255) = 39.30%
R=27.04%
G=33.66%
B=39.30%

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
Decimal1391732020.310.1400.21207.6237.2866.86
Hex8BADCA1FE015d02543
Octal213255312371602532045103
Binary100010111010110111001010111111110010101110100001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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