Html Css Color HEX #56B5BA Fountain Blue

📋 copy color: '#56B5BA'

red 86 ◦ green 181 ◦ blue 186

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

Shades of Fountain Blue #56B5BA

Tints of Fountain Blue #56B5BA

RGB

 RED value IS 86 (33.98% from 255) = 18.98%

 GREEN value IS 181 (71.09% from 255) = 39.96%

 BLUE value IS 186 (73.05% from 255) = 41.06%

R = 18.98%
G = 39.96%
B = 41.06%

CMYK

 C value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#56B5BA (or 0x56B5BA) is known color: Fountain Blue. HEX triplet: 56, B5 and BA. RGB value is (86,181,186). Sum of RGB (Red+Green+Blue) = 86+181+186=453 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.98% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #56B5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56B5BA is #A94A45. Grayscale: #999999. Windows color (decimal): -11094598 or 12236118. OLE color: 12236118.

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

Color convert

RGB 86 181 186 -
CMYK 0.54 0.03 0 0.27
HSL 183º 0.42% 0.53% -
HSV(B) 183º 0.54% 0.73% -
XYZ 29.22 38.57 52.36 -
YUV 153.17 146.53 80.09 -
System Red Green Blue C M Y K H S L
Decimal 86 181 186 0.54 0.03 0 0.27 183 0.42 0.53
Hex 56 B5 BA 36 3 0 1B B7 2A 35
Octal 126 265 272 66 3 0 33 267 52 65
Binary 1010110 10110101 10111010 110110 11 0 11011 10110111 101010 110101

Color Harmonies of #56B5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B5BA

Black with #56B5BA

Text Example


Text Example

White with #56B5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #56B5BA;
 }
 .AnyTagClassName
 {
   color: #56B5BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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