Shades of Fountain Blue #5DB6BB
Tints of Fountain Blue #5DB6BB
RGB
CMYK
RGB Variations
Color information
#5DB6BB (or 0x5DB6BB) is known color: Fountain Blue. HEX triplet: 5D, B6 and BB. RGB value is (93,182,187). Sum of RGB (Red+Green+Blue) = 93+182+187=462 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.13% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #5DB6BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB6BB is #A24944. Grayscale: #9B9B9B. Windows color (decimal): -10635589 or 12301917. OLE color: 12301917.
HSL color Cylindrical-coordinate representation of color #5DB6BB: hue angle of 183.19º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DB6BB is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 182 | 187 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.27 |
| HSL | 183.19º | 0.41% | 0.55% | - |
| HSV(B) | 183.19º | 0.5% | 0.73% | - |
| XYZ | 30.21 | 39.37 | 53.02 | - |
| YUV | 155.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 182 | 187 | 0.50 | 0.03 | 0 | 0.27 | 183.19 | 0.41 | 0.55 |
| Hex | 5D | B6 | BB | 32 | 3 | 0 | 1B | B7 | 29 | 37 |
| Octal | 135 | 266 | 273 | 62 | 3 | 0 | 33 | 267 | 51 | 67 |
| Binary | 1011101 | 10110110 | 10111011 | 110010 | 11 | 0 | 11011 | 10110111 | 101001 | 110111 |
Color Harmonies of #5DB6BB
Complementary color
Monochromatic Colors of #5DB6BB
Black with #5DB6BB
Text Example
Text Example
White with #5DB6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB6BB; }
p { color: rgb(93,182,187); }
H1.HeaderClassName
{
color: #5DB6BB;
}
.AnyTagClassName
{
color: #5DB6BB;
}
</style>
background-color css
<style>
a { background-color: #5DB6BB; }
a { background-color: rgb(93,182,187); }
div.DivClassName
{
background-color: #5DB6BB;
}
.BgClassName
{
background-color: #5DB6BB;
}
</style>
border-color css
<style>
span { border-color: #5DB6BB; }
span { border-color: rgb(93,182,187); }
td.TdClassName
{
border-color: #5DB6BB;
}
.TagClassName
{
border-color: #5DB6BB;
}
</style>