#8BAECD

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

Shades of Polo Blue #8BAECD

Tints of Polo Blue #8BAECD

Color information

#8BAECD (or 0x8BAECD) is unknown color: approx Polo Blue. HEX triplet: 8B, AE and CD. RGB value is (139,174,205). Sum of RGB (Red+Green+Blue) = 139+174+205=518 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.83% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BAECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAECD is #745132. Grayscale: #A6A6A6. Windows color (decimal): -7622963 or 13479563. OLE color: 13479563.

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

Color convert

RGB139174205-
CMYK0.320.1500.20
HSL208.18º39.76%67.45%-
HSV(B)208.18º32.2%80.39%-
XYZ36.840.1763.57-
YUV167.07149.4107.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.83%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=26.83%
G=33.59%
B=39.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391742050.320.1500.20208.1839.7667.45
Hex8BAECD20F014d02843
Octal213256315401702432050103
Binary1000101110101110110011011000001111010100110100001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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