Shades of Fountain Blue #5DBEBF
Tints of Fountain Blue #5DBEBF
RGB
CMYK
RGB Variations
Color information
#5DBEBF (or 0x5DBEBF) is known color: Fountain Blue. HEX triplet: 5D, BE and BF. RGB value is (93,190,191). Sum of RGB (Red+Green+Blue) = 93+190+191=474 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.62% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #5DBEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBEBF is #A24140. Grayscale: #A1A1A1. Windows color (decimal): -10633537 or 12566109. OLE color: 12566109.
HSL color Cylindrical-coordinate representation of color #5DBEBF: hue angle of 180.61º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBEBF is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 190 | 191 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.25 |
| HSL | 180.61º | 0.43% | 0.56% | - |
| HSV(B) | 180.61º | 0.51% | 0.75% | - |
| XYZ | 32.33 | 42.92 | 55.87 | - |
| YUV | 161.11 | 144.86 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 191 | 0.51 | 0.01 | 0 | 0.25 | 180.61 | 0.43 | 0.56 |
| Hex | 5D | BE | BF | 33 | 1 | 0 | 19 | B5 | 2B | 38 |
| Octal | 135 | 276 | 277 | 63 | 1 | 0 | 31 | 265 | 53 | 70 |
| Binary | 1011101 | 10111110 | 10111111 | 110011 | 1 | 0 | 11001 | 10110101 | 101011 | 111000 |
Color Harmonies of #5DBEBF
Complementary color
Monochromatic Colors of #5DBEBF
Black with #5DBEBF
Text Example
Text Example
White with #5DBEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBEBF; }
p { color: rgb(93,190,191); }
H1.HeaderClassName
{
color: #5DBEBF;
}
.AnyTagClassName
{
color: #5DBEBF;
}
</style>
background-color css
<style>
a { background-color: #5DBEBF; }
a { background-color: rgb(93,190,191); }
div.DivClassName
{
background-color: #5DBEBF;
}
.BgClassName
{
background-color: #5DBEBF;
}
</style>
border-color css
<style>
span { border-color: #5DBEBF; }
span { border-color: rgb(93,190,191); }
td.TdClassName
{
border-color: #5DBEBF;
}
.TagClassName
{
border-color: #5DBEBF;
}
</style>