#56B9BA

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

Shades of Fountain Blue #56B9BA

Tints of Fountain Blue #56B9BA

Color information

#56B9BA (or 0x56B9BA) is unknown color: approx Fountain Blue. HEX triplet: 56, B9 and BA. RGB value is (86,185,186). Sum of RGB (Red+Green+Blue) = 86+185+186=457 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.82% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #56B9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56B9BA is #A94645. Grayscale: #9B9B9B. Windows color (decimal): -11093574 or 12237142. OLE color: 12237142.

HSL color Cylindrical-coordinate representation of color #56B9BA: hue angle of 180.6º degrees, saturation: 0.42, 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 #56B9BA is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB86185186-
CMYK0.540.0100.27
HSL180.6º42.02%53.33%-
HSV(B)180.6º53.76%72.94%-
XYZ30.0540.2252.63-
YUV155.51145.278.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.82%
GREEN value IS 185 (72.66% from 255) = 40.48%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=18.82%
G=40.48%
B=40.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861851860.540.0100.27180.642.0253.33
Hex56B9BA36101Bb52a35
Octal1262712726610332655265
Binary10101101011100110111010110110101101110110101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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