#8BAEDC

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

Shades of Polo Blue #8BAEDC

Tints of Polo Blue #8BAEDC

Color information

#8BAEDC (or 0x8BAEDC) is unknown color: approx Polo Blue. HEX triplet: 8B, AE and DC. RGB value is (139,174,220). Sum of RGB (Red+Green+Blue) = 139+174+220=533 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.08% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BAEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAEDC is #745123. Grayscale: #A8A8A8. Windows color (decimal): -7622948 or 14462603. OLE color: 14462603.

HSL color Cylindrical-coordinate representation of color #8BAEDC: hue angle of 214.07º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BAEDC is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB139174220-
CMYK0.370.2100.14
HSL214.07º53.64%70.39%-
HSV(B)214.07º36.82%86.27%-
XYZ38.740.9373.57-
YUV168.78156.9106.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.08%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 220 (86.33% from 255) = 41.28%
R=26.08%
G=32.65%
B=41.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1391742200.370.2100.14214.0753.6470.39
Hex8BAEDC25150Ed63646
Octal213256334452501632666106
Binary1000101110101110110111001001011010101110110101101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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