Html Css Color HEX #56ADB9 Fountain Blue

📋 copy color: '#56ADB9'

red 86 ◦ green 173 ◦ blue 185

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

Shades of Fountain Blue #56ADB9

Tints of Fountain Blue #56ADB9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.96%

 BLUE value IS 185 (72.66% from 255) = 41.67%

R = 19.37%
G = 38.96%
B = 41.67%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#56ADB9 (or 0x56ADB9) is known color: Fountain Blue. HEX triplet: 56, AD and B9. RGB value is (86,173,185). Sum of RGB (Red+Green+Blue) = 86+173+185=444 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.37% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 185 - color contains mainly: blue. Hex color #56ADB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ADB9 is #A95246. Grayscale: #949494. Windows color (decimal): -11096647 or 12168534. OLE color: 12168534.

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

Color convert

RGB 86 173 185 -
CMYK 0.54 0.06 0 0.27
HSL 187.27º 0.41% 0.53% -
HSV(B) 187.27º 0.54% 0.73% -
XYZ 27.54 35.37 51.27 -
YUV 148.36 148.68 83.52 -
System Red Green Blue C M Y K H S L
Decimal 86 173 185 0.54 0.06 0 0.27 187.27 0.41 0.53
Hex 56 AD B9 36 6 0 1B BB 29 35
Octal 126 255 271 66 6 0 33 273 51 65
Binary 1010110 10101101 10111001 110110 110 0 11011 10111011 101001 110101

Color Harmonies of #56ADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ADB9

Black with #56ADB9

Text Example


Text Example

White with #56ADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,173,185); }

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

background-color css

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

 a { background-color: rgb(86,173,185); }

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

border-color css

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

 span { border-color: rgb(86,173,185); }

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