#8BAECA

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

Shades of Polo Blue #8BAECA

Tints of Polo Blue #8BAECA

Color information

#8BAECA (or 0x8BAECA) is unknown color: approx Polo Blue. HEX triplet: 8B, AE and CA. RGB value is (139,174,202). Sum of RGB (Red+Green+Blue) = 139+174+202=515 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.99% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BAECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAECA is #745135. Grayscale: #A6A6A6. Windows color (decimal): -7622966 or 13282955. OLE color: 13282955.

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

Color convert

RGB139174202-
CMYK0.310.1400.21
HSL206.67º37.28%66.86%-
HSV(B)206.67º31.19%79.22%-
XYZ36.4440.0361.68-
YUV166.73147.9108.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.99%
GREEN value IS 174 (68.36% from 255) = 33.79%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=26.99%
G=33.79%
B=39.22%

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
Decimal1391742020.310.1400.21206.6737.2866.86
Hex8BAECA1FE015cf2543
Octal213256312371602531745103
Binary100010111010111011001010111111110010101110011111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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