Shades of Fountain Blue #5DACBC
Tints of Fountain Blue #5DACBC
RGB
CMYK
RGB Variations
Color information
#5DACBC (or 0x5DACBC) is known color: Fountain Blue. HEX triplet: 5D, AC and BC. RGB value is (93,172,188). Sum of RGB (Red+Green+Blue) = 93+172+188=453 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.53% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #5DACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DACBC is #A25343. Grayscale: #969696. Windows color (decimal): -10638148 or 12364893. OLE color: 12364893.
HSL color Cylindrical-coordinate representation of color #5DACBC: hue angle of 190.11º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DACBC is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 172 | 188 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.26 |
| HSL | 190.11º | 0.41% | 0.55% | - |
| HSV(B) | 190.11º | 0.51% | 0.74% | - |
| XYZ | 28.34 | 35.46 | 52.93 | - |
| YUV | 150.2 | 149.33 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 188 | 0.51 | 0.09 | 0 | 0.26 | 190.11 | 0.41 | 0.55 |
| Hex | 5D | AC | BC | 33 | 9 | 0 | 1A | BE | 29 | 37 |
| Octal | 135 | 254 | 274 | 63 | 11 | 0 | 32 | 276 | 51 | 67 |
| Binary | 1011101 | 10101100 | 10111100 | 110011 | 1001 | 0 | 11010 | 10111110 | 101001 | 110111 |
Color Harmonies of #5DACBC
Complementary color
Monochromatic Colors of #5DACBC
Black with #5DACBC
Text Example
Text Example
White with #5DACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DACBC; }
p { color: rgb(93,172,188); }
H1.HeaderClassName
{
color: #5DACBC;
}
.AnyTagClassName
{
color: #5DACBC;
}
</style>
background-color css
<style>
a { background-color: #5DACBC; }
a { background-color: rgb(93,172,188); }
div.DivClassName
{
background-color: #5DACBC;
}
.BgClassName
{
background-color: #5DACBC;
}
</style>
border-color css
<style>
span { border-color: #5DACBC; }
span { border-color: rgb(93,172,188); }
td.TdClassName
{
border-color: #5DACBC;
}
.TagClassName
{
border-color: #5DACBC;
}
</style>