Shades of Fountain Blue #5DABBA
Tints of Fountain Blue #5DABBA
RGB
CMYK
RGB Variations
Color information
#5DABBA (or 0x5DABBA) is known color: Fountain Blue. HEX triplet: 5D, AB and BA. RGB value is (93,171,186). Sum of RGB (Red+Green+Blue) = 93+171+186=450 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.67% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #5DABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DABBA is #A25445. Grayscale: #959595. Windows color (decimal): -10638406 or 12233565. OLE color: 12233565.
HSL color Cylindrical-coordinate representation of color #5DABBA: hue angle of 189.68º degrees, saturation: 0.4, 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 #5DABBA is Cyan = 0.5, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 171 | 186 | - |
| CMYK | 0.5 | 0.08 | 0 | 0.27 |
| HSL | 189.68º | 0.4% | 0.55% | - |
| HSV(B) | 189.68º | 0.5% | 0.73% | - |
| XYZ | 27.94 | 35 | 51.74 | - |
| YUV | 149.39 | 148.66 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 171 | 186 | 0.5 | 0.08 | 0 | 0.27 | 189.68 | 0.4 | 0.55 |
| Hex | 5D | AB | BA | 32 | 8 | 0 | 1B | BE | 28 | 37 |
| Octal | 135 | 253 | 272 | 62 | 10 | 0 | 33 | 276 | 50 | 67 |
| Binary | 1011101 | 10101011 | 10111010 | 110010 | 1000 | 0 | 11011 | 10111110 | 101000 | 110111 |
Color Harmonies of #5DABBA
Complementary color
Monochromatic Colors of #5DABBA
Black with #5DABBA
Text Example
Text Example
White with #5DABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DABBA; }
p { color: rgb(93,171,186); }
H1.HeaderClassName
{
color: #5DABBA;
}
.AnyTagClassName
{
color: #5DABBA;
}
</style>
background-color css
<style>
a { background-color: #5DABBA; }
a { background-color: rgb(93,171,186); }
div.DivClassName
{
background-color: #5DABBA;
}
.BgClassName
{
background-color: #5DABBA;
}
</style>
border-color css
<style>
span { border-color: #5DABBA; }
span { border-color: rgb(93,171,186); }
td.TdClassName
{
border-color: #5DABBA;
}
.TagClassName
{
border-color: #5DABBA;
}
</style>