#56AEB9

Color #56AEB9 Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #56AEB9

Tints of Fountain Blue #56AEB9

Color information

#56AEB9 (or 0x56AEB9) is unknown color: approx Fountain Blue. HEX triplet: 56, AE and B9. RGB value is (86,174,185). Sum of RGB (Red+Green+Blue) = 86+174+185=445 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.33% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 185 - color contains mainly: blue. Hex color #56AEB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56AEB9 is #A95146. Grayscale: #949494. Windows color (decimal): -11096391 or 12168790. OLE color: 12168790.

HSL color Cylindrical-coordinate representation of color #56AEB9: hue angle of 186.67º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56AEB9 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB86174185-
CMYK0.540.0600.27
HSL186.67º41.42%53.14%-
HSV(B)186.67º53.51%72.55%-
XYZ27.7335.7551.34-
YUV148.94148.3583.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.33%
GREEN value IS 174 (68.36% from 255) = 39.10%
BLUE value IS 185 (72.66% from 255) = 41.57%
R=19.33%
G=39.10%
B=41.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861741850.540.0600.27186.6741.4253.14
Hex56AEB936601Bbb2935
Octal1262562716660332735165
Binary1010110101011101011100111011011001101110111011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56AEB9; }

 p { color: rgb(86,174,185); }

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

<style>
 a { background-color: #56AEB9; }

 a { background-color: rgb(86,174,185); }

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

<style>
 span { border-color: #56AEB9; }

 span { border-color: rgb(86,174,185); }

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