Html Css Color HEX #56B2B9 Fountain Blue

📋 copy color: '#56B2B9'

red 86 ◦ green 178 ◦ blue 185

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

Shades of Fountain Blue #56B2B9

Tints of Fountain Blue #56B2B9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.64%

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

R = 19.15%
G = 39.64%
B = 41.2%

CMYK

 C value IS 0.54

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#56B2B9 (or 0x56B2B9) is known color: Fountain Blue. HEX triplet: 56, B2 and B9. RGB value is (86,178,185). Sum of RGB (Red+Green+Blue) = 86+178+185=449 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.15% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 185 - color contains mainly: blue. Hex color #56B2B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56B2B9 is #A94D46. Grayscale: #979797. Windows color (decimal): -11095367 or 12169814. OLE color: 12169814.

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

Color convert

RGB 86 178 185 -
CMYK 0.54 0.04 0 0.27
HSL 184.24º 0.41% 0.53% -
HSV(B) 184.24º 0.54% 0.73% -
XYZ 28.52 37.32 51.6 -
YUV 151.29 147.02 81.43 -
System Red Green Blue C M Y K H S L
Decimal 86 178 185 0.54 0.04 0 0.27 184.24 0.41 0.53
Hex 56 B2 B9 36 4 0 1B B8 29 35
Octal 126 262 271 66 4 0 33 270 51 65
Binary 1010110 10110010 10111001 110110 100 0 11011 10111000 101001 110101

Color Harmonies of #56B2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B2B9

Black with #56B2B9

Text Example


Text Example

White with #56B2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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