#56BABB

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

Shades of Fountain Blue #56BABB

Tints of Fountain Blue #56BABB

Color information

#56BABB (or 0x56BABB) is unknown color: approx Fountain Blue. HEX triplet: 56, BA and BB. RGB value is (86,186,187). Sum of RGB (Red+Green+Blue) = 86+186+187=459 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.74% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #56BABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BABB is #A94544. Grayscale: #9C9C9C. Windows color (decimal): -11093317 or 12302934. OLE color: 12302934.

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

Color convert

RGB86186187-
CMYK0.540.0100.27
HSL180.59º42.62%53.53%-
HSV(B)180.59º54.01%73.33%-
XYZ30.3740.6853.27-
YUV156.21145.3777.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.74%
GREEN value IS 186 (73.05% from 255) = 40.52%
BLUE value IS 187 (73.44% from 255) = 40.74%
R=18.74%
G=40.52%
B=40.74%

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
Decimal861861870.540.0100.27180.5942.6253.53
Hex56BABB36101Bb52b36
Octal1262722736610332655366
Binary10101101011101010111011110110101101110110101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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