Shades of Fountain Blue #55BDB8
Tints of Fountain Blue #55BDB8
RGB
CMYK
RGB Variations
Color information
#55BDB8 (or 0x55BDB8) is known color: Fountain Blue. HEX triplet: 55, BD and B8. RGB value is (85,189,184). Sum of RGB (Red+Green+Blue) = 85+189+184=458 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.56% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 184 (72.27% from 255 or 40.17% from 458); Max value from RGB is 189 - color contains mainly: green. Hex color #55BDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BDB8 is #AA4247. Grayscale: #9D9D9D. Windows color (decimal): -11158088 or 12107093. OLE color: 12107093.
HSL color Cylindrical-coordinate representation of color #55BDB8: hue angle of 177.12º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BDB8 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 189 | 184 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.26 |
| HSL | 177.12º | 0.44% | 0.54% | - |
| HSV(B) | 177.12º | 0.55% | 0.74% | - |
| XYZ | 30.6 | 41.79 | 51.8 | - |
| YUV | 157.33 | 143.04 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 189 | 184 | 0.55 | 0 | 0.03 | 0.26 | 177.12 | 0.44 | 0.54 |
| Hex | 55 | BD | B8 | 37 | 0 | 3 | 1A | B1 | 2C | 36 |
| Octal | 125 | 275 | 270 | 67 | 0 | 3 | 32 | 261 | 54 | 66 |
| Binary | 1010101 | 10111101 | 10111000 | 110111 | 0 | 11 | 11010 | 10110001 | 101100 | 110110 |
Color Harmonies of #55BDB8
Complementary color
Monochromatic Colors of #55BDB8
Black with #55BDB8
Text Example
Text Example
White with #55BDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BDB8; }
p { color: rgb(85,189,184); }
H1.HeaderClassName
{
color: #55BDB8;
}
.AnyTagClassName
{
color: #55BDB8;
}
</style>
background-color css
<style>
a { background-color: #55BDB8; }
a { background-color: rgb(85,189,184); }
div.DivClassName
{
background-color: #55BDB8;
}
.BgClassName
{
background-color: #55BDB8;
}
</style>
border-color css
<style>
span { border-color: #55BDB8; }
span { border-color: rgb(85,189,184); }
td.TdClassName
{
border-color: #55BDB8;
}
.TagClassName
{
border-color: #55BDB8;
}
</style>