Html Css Color HEX #56BABB Fountain Blue

📋 copy color: '#56BABB'

red 86 ◦ green 186 ◦ blue 187

#56BABB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #56BABB

Tints of Fountain Blue #56BABB

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 value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#56BABB (or 0x56BABB) is known color: 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

RGB 86 186 187 -
CMYK 0.54 0.01 0 0.27
HSL 180.59º 0.43% 0.54% -
HSV(B) 180.59º 0.54% 0.73% -
XYZ 30.37 40.68 53.27 -
YUV 156.21 145.37 77.92 -
System Red Green Blue C M Y K H S L
Decimal 86 186 187 0.54 0.01 0 0.27 180.59 0.43 0.54
Hex 56 BA BB 36 1 0 1B B5 2B 36
Octal 126 272 273 66 1 0 33 265 53 66
Binary 1010110 10111010 10111011 110110 1 0 11011 10110101 101011 110110

Color Harmonies of #56BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BABB

Black with #56BABB

Text Example


Text Example

White with #56BABB

Text Example


Text Example

HTML Codes & Css Web 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>