#8BAEC8

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

Shades of Polo Blue #8BAEC8

Tints of Polo Blue #8BAEC8

Color information

#8BAEC8 (or 0x8BAEC8) is unknown color: approx Polo Blue. HEX triplet: 8B, AE and C8. RGB value is (139,174,200). Sum of RGB (Red+Green+Blue) = 139+174+200=513 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.10% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 200 - color contains mainly: blue. Hex color #8BAEC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAEC8 is #745137. Grayscale: #A6A6A6. Windows color (decimal): -7622968 or 13151883. OLE color: 13151883.

HSL color Cylindrical-coordinate representation of color #8BAEC8: hue angle of 205.57º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BAEC8 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB139174200-
CMYK0.300.1300.22
HSL205.57º35.67%66.47%-
HSV(B)205.57º30.5%78.43%-
XYZ36.2139.9360.44-
YUV166.5146.9108.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.10%
GREEN value IS 174 (68.36% from 255) = 33.92%
BLUE value IS 200 (78.52% from 255) = 38.99%
R=27.10%
G=33.92%
B=38.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1391742000.300.1300.22205.5735.6766.47
Hex8BAEC81ED016ce2442
Octal213256310361502631644102
Binary100010111010111011001000111101101010110110011101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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