Html Css Color HEX #56ACB7 Fountain Blue

📋 copy color: '#56ACB7'

red 86 ◦ green 172 ◦ blue 183

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

Shades of Fountain Blue #56ACB7

Tints of Fountain Blue #56ACB7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39%

 BLUE value IS 183 (71.88% from 255) = 41.5%

R = 19.5%
G = 39%
B = 41.5%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#56ACB7 (or 0x56ACB7) is known color: Fountain Blue. HEX triplet: 56, AC and B7. RGB value is (86,172,183). Sum of RGB (Red+Green+Blue) = 86+172+183=441 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.50% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 183 - color contains mainly: blue. Hex color #56ACB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ACB7 is #A95348. Grayscale: #939393. Windows color (decimal): -11096905 or 12037206. OLE color: 12037206.

HSL color Cylindrical-coordinate representation of color #56ACB7: hue angle of 186.8º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56ACB7 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 86 172 183 -
CMYK 0.53 0.06 0 0.28
HSL 186.8º 0.4% 0.53% -
HSV(B) 186.8º 0.53% 0.72% -
XYZ 27.14 34.9 50.11 -
YUV 147.54 148.01 84.11 -
System Red Green Blue C M Y K H S L
Decimal 86 172 183 0.53 0.06 0 0.28 186.8 0.4 0.53
Hex 56 AC B7 35 6 0 1C BB 28 35
Octal 126 254 267 65 6 0 34 273 50 65
Binary 1010110 10101100 10110111 110101 110 0 11100 10111011 101000 110101

Color Harmonies of #56ACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ACB7

Black with #56ACB7

Text Example


Text Example

White with #56ACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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