Html Css Color HEX #56BBBC Fountain Blue

📋 copy color: '#56BBBC'

red 86 ◦ green 187 ◦ blue 188

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

Shades of Fountain Blue #56BBBC

Tints of Fountain Blue #56BBBC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.56%

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

R = 18.66%
G = 40.56%
B = 40.78%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#56BBBC (or 0x56BBBC) is known color: Fountain Blue. HEX triplet: 56, BB and BC. RGB value is (86,187,188). Sum of RGB (Red+Green+Blue) = 86+187+188=461 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.66% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #56BBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BBBC is #A94443. Grayscale: #9C9C9C. Windows color (decimal): -11093060 or 12368726. OLE color: 12368726.

HSL color Cylindrical-coordinate representation of color #56BBBC: hue angle of 180.59º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BBBC is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 86 187 188 -
CMYK 0.54 0.01 0 0.26
HSL 180.59º 0.43% 0.54% -
HSV(B) 180.59º 0.54% 0.74% -
XYZ 30.69 41.15 53.9 -
YUV 156.92 145.54 77.42 -
System Red Green Blue C M Y K H S L
Decimal 86 187 188 0.54 0.01 0 0.26 180.59 0.43 0.54
Hex 56 BB BC 36 1 0 1A B5 2B 36
Octal 126 273 274 66 1 0 32 265 53 66
Binary 1010110 10111011 10111100 110110 1 0 11010 10110101 101011 110110

Color Harmonies of #56BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BBBC

Black with #56BBBC

Text Example


Text Example

White with #56BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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