#56AEB7

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

Shades of Fountain Blue #56AEB7

Tints of Fountain Blue #56AEB7

Color information

#56AEB7 (or 0x56AEB7) is unknown color: approx Fountain Blue. HEX triplet: 56, AE and B7. RGB value is (86,174,183). Sum of RGB (Red+Green+Blue) = 86+174+183=443 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.41% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 183 - color contains mainly: blue. Hex color #56AEB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56AEB7 is #A95148. Grayscale: #949494. Windows color (decimal): -11096393 or 12037718. OLE color: 12037718.

HSL color Cylindrical-coordinate representation of color #56AEB7: hue angle of 185.57º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56AEB7 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB86174183-
CMYK0.530.0500.28
HSL185.57º40.25%52.75%-
HSV(B)185.57º53.01%71.76%-
XYZ27.5235.6750.23-
YUV148.71147.3583.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.41%
GREEN value IS 174 (68.36% from 255) = 39.28%
BLUE value IS 183 (71.88% from 255) = 41.31%
R=19.41%
G=39.28%
B=41.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal861741830.530.0500.28185.5740.2552.75
Hex56AEB735501Cba2835
Octal1262562676550342725065
Binary1010110101011101011011111010110101110010111010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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