Html Css Color HEX #56BEBC Fountain Blue

📋 copy color: '#56BEBC'

red 86 ◦ green 190 ◦ blue 188

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

Shades of Fountain Blue #56BEBC

Tints of Fountain Blue #56BEBC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.95%

 BLUE value IS 188 (73.83% from 255) = 40.52%

R = 18.53%
G = 40.95%
B = 40.52%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#56BEBC (or 0x56BEBC) is known color: Fountain Blue. HEX triplet: 56, BE and BC. RGB value is (86,190,188). Sum of RGB (Red+Green+Blue) = 86+190+188=464 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.53% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 190 - color contains mainly: green. Hex color #56BEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BEBC is #A94143. Grayscale: #9E9E9E. Windows color (decimal): -11092292 or 12369494. OLE color: 12369494.

HSL color Cylindrical-coordinate representation of color #56BEBC: hue angle of 178.85º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56BEBC is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 190 188 -
CMYK 0.55 0 0.01 0.25
HSL 178.85º 0.44% 0.54% -
HSV(B) 178.85º 0.55% 0.75% -
XYZ 31.33 42.44 54.12 -
YUV 158.68 144.54 76.16 -
System Red Green Blue C M Y K H S L
Decimal 86 190 188 0.55 0 0.01 0.25 178.85 0.44 0.54
Hex 56 BE BC 37 0 1 19 B3 2C 36
Octal 126 276 274 67 0 1 31 263 54 66
Binary 1010110 10111110 10111100 110111 0 1 11001 10110011 101100 110110

Color Harmonies of #56BEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BEBC

Black with #56BEBC

Text Example


Text Example

White with #56BEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,190,188); }

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

background-color css

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

 a { background-color: rgb(86,190,188); }

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

border-color css

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

 span { border-color: rgb(86,190,188); }

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