Html Css Color HEX #56B7BA Fountain Blue

📋 copy color: '#56B7BA'

red 86 ◦ green 183 ◦ blue 186

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

Shades of Fountain Blue #56B7BA

Tints of Fountain Blue #56B7BA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.22%

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

R = 18.9%
G = 40.22%
B = 40.88%

CMYK

 C value IS 0.54

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#56B7BA (or 0x56B7BA) is known color: Fountain Blue. HEX triplet: 56, B7 and BA. RGB value is (86,183,186). Sum of RGB (Red+Green+Blue) = 86+183+186=455 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.90% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #56B7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56B7BA is #A94845. Grayscale: #9A9A9A. Windows color (decimal): -11094086 or 12236630. OLE color: 12236630.

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

Color convert

RGB 86 183 186 -
CMYK 0.54 0.02 0 0.27
HSL 181.8º 0.42% 0.53% -
HSV(B) 181.8º 0.54% 0.73% -
XYZ 29.63 39.39 52.5 -
YUV 154.34 145.86 79.26 -
System Red Green Blue C M Y K H S L
Decimal 86 183 186 0.54 0.02 0 0.27 181.8 0.42 0.53
Hex 56 B7 BA 36 2 0 1B B6 2A 35
Octal 126 267 272 66 2 0 33 266 52 65
Binary 1010110 10110111 10111010 110110 10 0 11011 10110110 101010 110101

Color Harmonies of #56B7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B7BA

Black with #56B7BA

Text Example


Text Example

White with #56B7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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