Shades of Fountain Blue #5DBFC1
Tints of Fountain Blue #5DBFC1
RGB
CMYK
RGB Variations
Color information
#5DBFC1 (or 0x5DBFC1) is known color: Fountain Blue. HEX triplet: 5D, BF and C1. RGB value is (93,191,193). Sum of RGB (Red+Green+Blue) = 93+191+193=477 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.50% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #5DBFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBFC1 is #A2403E. Grayscale: #A1A1A1. Windows color (decimal): -10633279 or 12697437. OLE color: 12697437.
HSL color Cylindrical-coordinate representation of color #5DBFC1: hue angle of 181.2º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DBFC1 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 191 | 193 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.24 |
| HSL | 181.2º | 0.45% | 0.56% | - |
| HSV(B) | 181.2º | 0.52% | 0.76% | - |
| XYZ | 32.77 | 43.44 | 57.11 | - |
| YUV | 161.93 | 145.53 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 193 | 0.52 | 0.01 | 0 | 0.24 | 181.2 | 0.45 | 0.56 |
| Hex | 5D | BF | C1 | 34 | 1 | 0 | 18 | B5 | 2D | 38 |
| Octal | 135 | 277 | 301 | 64 | 1 | 0 | 30 | 265 | 55 | 70 |
| Binary | 1011101 | 10111111 | 11000001 | 110100 | 1 | 0 | 11000 | 10110101 | 101101 | 111000 |
Color Harmonies of #5DBFC1
Complementary color
Monochromatic Colors of #5DBFC1
Black with #5DBFC1
Text Example
Text Example
White with #5DBFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBFC1; }
p { color: rgb(93,191,193); }
H1.HeaderClassName
{
color: #5DBFC1;
}
.AnyTagClassName
{
color: #5DBFC1;
}
</style>
background-color css
<style>
a { background-color: #5DBFC1; }
a { background-color: rgb(93,191,193); }
div.DivClassName
{
background-color: #5DBFC1;
}
.BgClassName
{
background-color: #5DBFC1;
}
</style>
border-color css
<style>
span { border-color: #5DBFC1; }
span { border-color: rgb(93,191,193); }
td.TdClassName
{
border-color: #5DBFC1;
}
.TagClassName
{
border-color: #5DBFC1;
}
</style>