Shades of Fountain Blue #5DADBE
Tints of Fountain Blue #5DADBE
RGB
CMYK
RGB Variations
Color information
#5DADBE (or 0x5DADBE) is known color: Fountain Blue. HEX triplet: 5D, AD and BE. RGB value is (93,173,190). Sum of RGB (Red+Green+Blue) = 93+173+190=456 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.39% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #5DADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DADBE is #A25241. Grayscale: #969696. Windows color (decimal): -10637890 or 12496221. OLE color: 12496221.
HSL color Cylindrical-coordinate representation of color #5DADBE: hue angle of 190.52º 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 #5DADBE is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 173 | 190 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.25 |
| HSL | 190.52º | 0.43% | 0.55% | - |
| HSV(B) | 190.52º | 0.51% | 0.75% | - |
| XYZ | 28.75 | 35.93 | 54.14 | - |
| YUV | 151.02 | 150 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 190 | 0.51 | 0.09 | 0 | 0.25 | 190.52 | 0.43 | 0.55 |
| Hex | 5D | AD | BE | 33 | 9 | 0 | 19 | BF | 2B | 37 |
| Octal | 135 | 255 | 276 | 63 | 11 | 0 | 31 | 277 | 53 | 67 |
| Binary | 1011101 | 10101101 | 10111110 | 110011 | 1001 | 0 | 11001 | 10111111 | 101011 | 110111 |
Color Harmonies of #5DADBE
Complementary color
Monochromatic Colors of #5DADBE
Black with #5DADBE
Text Example
Text Example
White with #5DADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DADBE; }
p { color: rgb(93,173,190); }
H1.HeaderClassName
{
color: #5DADBE;
}
.AnyTagClassName
{
color: #5DADBE;
}
</style>
background-color css
<style>
a { background-color: #5DADBE; }
a { background-color: rgb(93,173,190); }
div.DivClassName
{
background-color: #5DADBE;
}
.BgClassName
{
background-color: #5DADBE;
}
</style>
border-color css
<style>
span { border-color: #5DADBE; }
span { border-color: rgb(93,173,190); }
td.TdClassName
{
border-color: #5DADBE;
}
.TagClassName
{
border-color: #5DADBE;
}
</style>