Shades of Fountain Blue #5DBBC1
Tints of Fountain Blue #5DBBC1
RGB
CMYK
RGB Variations
Color information
#5DBBC1 (or 0x5DBBC1) is known color: Fountain Blue. HEX triplet: 5D, BB and C1. RGB value is (93,187,193). Sum of RGB (Red+Green+Blue) = 93+187+193=473 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.66% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #5DBBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBBC1 is #A2443E. Grayscale: #9F9F9F. Windows color (decimal): -10634303 or 12696413. OLE color: 12696413.
HSL color Cylindrical-coordinate representation of color #5DBBC1: hue angle of 183.6º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DBBC1 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 187 | 193 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.24 |
| HSL | 183.6º | 0.45% | 0.56% | - |
| HSV(B) | 183.6º | 0.52% | 0.76% | - |
| XYZ | 31.91 | 41.72 | 56.82 | - |
| YUV | 159.58 | 146.86 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 193 | 0.52 | 0.03 | 0 | 0.24 | 183.6 | 0.45 | 0.56 |
| Hex | 5D | BB | C1 | 34 | 3 | 0 | 18 | B8 | 2D | 38 |
| Octal | 135 | 273 | 301 | 64 | 3 | 0 | 30 | 270 | 55 | 70 |
| Binary | 1011101 | 10111011 | 11000001 | 110100 | 11 | 0 | 11000 | 10111000 | 101101 | 111000 |
Color Harmonies of #5DBBC1
Complementary color
Monochromatic Colors of #5DBBC1
Black with #5DBBC1
Text Example
Text Example
White with #5DBBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBBC1; }
p { color: rgb(93,187,193); }
H1.HeaderClassName
{
color: #5DBBC1;
}
.AnyTagClassName
{
color: #5DBBC1;
}
</style>
background-color css
<style>
a { background-color: #5DBBC1; }
a { background-color: rgb(93,187,193); }
div.DivClassName
{
background-color: #5DBBC1;
}
.BgClassName
{
background-color: #5DBBC1;
}
</style>
border-color css
<style>
span { border-color: #5DBBC1; }
span { border-color: rgb(93,187,193); }
td.TdClassName
{
border-color: #5DBBC1;
}
.TagClassName
{
border-color: #5DBBC1;
}
</style>