Shades of Fountain Blue #5BADBD
Tints of Fountain Blue #5BADBD
RGB
CMYK
RGB Variations
Color information
#5BADBD (or 0x5BADBD) is known color: Fountain Blue. HEX triplet: 5B, AD and BD. RGB value is (91,173,189). Sum of RGB (Red+Green+Blue) = 91+173+189=453 (60% of max value = 765). Red value is 91 (35.94% from 255 or 20.09% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #5BADBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BADBD is #A45242. Grayscale: #969696. Windows color (decimal): -10768963 or 12430683. OLE color: 12430683.
HSL color Cylindrical-coordinate representation of color #5BADBD: hue angle of 189.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BADBD is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 173 | 189 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.26 |
| HSL | 189.8º | 0.43% | 0.55% | - |
| HSV(B) | 189.8º | 0.52% | 0.74% | - |
| XYZ | 28.44 | 35.79 | 53.55 | - |
| YUV | 150.31 | 149.83 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 173 | 189 | 0.52 | 0.08 | 0 | 0.26 | 189.8 | 0.43 | 0.55 |
| Hex | 5B | AD | BD | 34 | 8 | 0 | 1A | BE | 2B | 37 |
| Octal | 133 | 255 | 275 | 64 | 10 | 0 | 32 | 276 | 53 | 67 |
| Binary | 1011011 | 10101101 | 10111101 | 110100 | 1000 | 0 | 11010 | 10111110 | 101011 | 110111 |
Color Harmonies of #5BADBD
Complementary color
Monochromatic Colors of #5BADBD
Black with #5BADBD
Text Example
Text Example
White with #5BADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BADBD; }
p { color: rgb(91,173,189); }
H1.HeaderClassName
{
color: #5BADBD;
}
.AnyTagClassName
{
color: #5BADBD;
}
</style>
background-color css
<style>
a { background-color: #5BADBD; }
a { background-color: rgb(91,173,189); }
div.DivClassName
{
background-color: #5BADBD;
}
.BgClassName
{
background-color: #5BADBD;
}
</style>
border-color css
<style>
span { border-color: #5BADBD; }
span { border-color: rgb(91,173,189); }
td.TdClassName
{
border-color: #5BADBD;
}
.TagClassName
{
border-color: #5BADBD;
}
</style>