Shades of Fountain Blue #5DB8B6
Tints of Fountain Blue #5DB8B6
RGB
CMYK
RGB Variations
Color information
#5DB8B6 (or 0x5DB8B6) is known color: Fountain Blue. HEX triplet: 5D, B8 and B6. RGB value is (93,184,182). Sum of RGB (Red+Green+Blue) = 93+184+182=459 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.26% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 184 - color contains mainly: green. Hex color #5DB8B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB8B6 is #A24749. Grayscale: #9C9C9C. Windows color (decimal): -10635082 or 11974749. OLE color: 11974749.
HSL color Cylindrical-coordinate representation of color #5DB8B6: hue angle of 178.68º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5DB8B6 is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 184 | 182 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.28 |
| HSL | 178.68º | 0.39% | 0.54% | - |
| HSV(B) | 178.68º | 0.49% | 0.72% | - |
| XYZ | 30.1 | 39.99 | 50.39 | - |
| YUV | 156.56 | 142.35 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 184 | 182 | 0.49 | 0 | 0.01 | 0.28 | 178.68 | 0.39 | 0.54 |
| Hex | 5D | B8 | B6 | 31 | 0 | 1 | 1C | B3 | 27 | 36 |
| Octal | 135 | 270 | 266 | 61 | 0 | 1 | 34 | 263 | 47 | 66 |
| Binary | 1011101 | 10111000 | 10110110 | 110001 | 0 | 1 | 11100 | 10110011 | 100111 | 110110 |
Color Harmonies of #5DB8B6
Complementary color
Monochromatic Colors of #5DB8B6
Black with #5DB8B6
Text Example
Text Example
White with #5DB8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB8B6; }
p { color: rgb(93,184,182); }
H1.HeaderClassName
{
color: #5DB8B6;
}
.AnyTagClassName
{
color: #5DB8B6;
}
</style>
background-color css
<style>
a { background-color: #5DB8B6; }
a { background-color: rgb(93,184,182); }
div.DivClassName
{
background-color: #5DB8B6;
}
.BgClassName
{
background-color: #5DB8B6;
}
</style>
border-color css
<style>
span { border-color: #5DB8B6; }
span { border-color: rgb(93,184,182); }
td.TdClassName
{
border-color: #5DB8B6;
}
.TagClassName
{
border-color: #5DB8B6;
}
</style>