#8BAED2

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

Shades of Polo Blue #8BAED2

Tints of Polo Blue #8BAED2

Color information

#8BAED2 (or 0x8BAED2) is unknown color: approx Polo Blue. HEX triplet: 8B, AE and D2. RGB value is (139,174,210). Sum of RGB (Red+Green+Blue) = 139+174+210=523 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.58% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 210 - color contains mainly: blue. Hex color #8BAED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAED2 is #74512D. Grayscale: #A7A7A7. Windows color (decimal): -7622958 or 13807243. OLE color: 13807243.

HSL color Cylindrical-coordinate representation of color #8BAED2: hue angle of 210.42º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BAED2 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB139174210-
CMYK0.340.1700.18
HSL210.42º44.1%68.43%-
HSV(B)210.42º33.81%82.35%-
XYZ37.4240.4166.8-
YUV167.64151.9107.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.58%
GREEN value IS 174 (68.36% from 255) = 33.27%
BLUE value IS 210 (82.42% from 255) = 40.15%
R=26.58%
G=33.27%
B=40.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1391742100.340.1700.18210.4244.168.43
Hex8BAED22211012d22c44
Octal213256322422102232254104
Binary10001011101011101101001010001010001010010110100101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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