Shades of Fountain Blue #5BBCC0
Tints of Fountain Blue #5BBCC0
RGB
CMYK
RGB Variations
Color information
#5BBCC0 (or 0x5BBCC0) is known color: Fountain Blue. HEX triplet: 5B, BC and C0. RGB value is (91,188,192). Sum of RGB (Red+Green+Blue) = 91+188+192=471 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.32% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 192 - color contains mainly: blue. Hex color #5BBCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBCC0 is #A4433F. Grayscale: #9F9F9F. Windows color (decimal): -10765120 or 12631131. OLE color: 12631131.
HSL color Cylindrical-coordinate representation of color #5BBCC0: hue angle of 182.38º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BBCC0 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 188 | 192 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.25 |
| HSL | 182.38º | 0.44% | 0.55% | - |
| HSV(B) | 182.38º | 0.53% | 0.75% | - |
| XYZ | 31.81 | 42 | 56.3 | - |
| YUV | 159.45 | 146.36 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 192 | 0.53 | 0.02 | 0 | 0.25 | 182.38 | 0.44 | 0.55 |
| Hex | 5B | BC | C0 | 35 | 2 | 0 | 19 | B6 | 2C | 37 |
| Octal | 133 | 274 | 300 | 65 | 2 | 0 | 31 | 266 | 54 | 67 |
| Binary | 1011011 | 10111100 | 11000000 | 110101 | 10 | 0 | 11001 | 10110110 | 101100 | 110111 |
Color Harmonies of #5BBCC0
Complementary color
Monochromatic Colors of #5BBCC0
Black with #5BBCC0
Text Example
Text Example
White with #5BBCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBCC0; }
p { color: rgb(91,188,192); }
H1.HeaderClassName
{
color: #5BBCC0;
}
.AnyTagClassName
{
color: #5BBCC0;
}
</style>
background-color css
<style>
a { background-color: #5BBCC0; }
a { background-color: rgb(91,188,192); }
div.DivClassName
{
background-color: #5BBCC0;
}
.BgClassName
{
background-color: #5BBCC0;
}
</style>
border-color css
<style>
span { border-color: #5BBCC0; }
span { border-color: rgb(91,188,192); }
td.TdClassName
{
border-color: #5BBCC0;
}
.TagClassName
{
border-color: #5BBCC0;
}
</style>