Shades of Fountain Blue #5DBBBE
Tints of Fountain Blue #5DBBBE
RGB
CMYK
RGB Variations
Color information
#5DBBBE (or 0x5DBBBE) is known color: Fountain Blue. HEX triplet: 5D, BB and BE. RGB value is (93,187,190). Sum of RGB (Red+Green+Blue) = 93+187+190=470 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.79% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #5DBBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBBBE is #A24441. Grayscale: #9F9F9F. Windows color (decimal): -10634306 or 12499805. OLE color: 12499805.
HSL color Cylindrical-coordinate representation of color #5DBBBE: hue angle of 181.86º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBBBE is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 187 | 190 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.25 |
| HSL | 181.86º | 0.43% | 0.55% | - |
| HSV(B) | 181.86º | 0.51% | 0.75% | - |
| XYZ | 31.58 | 41.59 | 55.08 | - |
| YUV | 159.24 | 145.36 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 190 | 0.51 | 0.02 | 0 | 0.25 | 181.86 | 0.43 | 0.55 |
| Hex | 5D | BB | BE | 33 | 2 | 0 | 19 | B6 | 2B | 37 |
| Octal | 135 | 273 | 276 | 63 | 2 | 0 | 31 | 266 | 53 | 67 |
| Binary | 1011101 | 10111011 | 10111110 | 110011 | 10 | 0 | 11001 | 10110110 | 101011 | 110111 |
Color Harmonies of #5DBBBE
Complementary color
Monochromatic Colors of #5DBBBE
Black with #5DBBBE
Text Example
Text Example
White with #5DBBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBBBE; }
p { color: rgb(93,187,190); }
H1.HeaderClassName
{
color: #5DBBBE;
}
.AnyTagClassName
{
color: #5DBBBE;
}
</style>
background-color css
<style>
a { background-color: #5DBBBE; }
a { background-color: rgb(93,187,190); }
div.DivClassName
{
background-color: #5DBBBE;
}
.BgClassName
{
background-color: #5DBBBE;
}
</style>
border-color css
<style>
span { border-color: #5DBBBE; }
span { border-color: rgb(93,187,190); }
td.TdClassName
{
border-color: #5DBBBE;
}
.TagClassName
{
border-color: #5DBBBE;
}
</style>