Shades of Fountain Blue #5CB3BB
Tints of Fountain Blue #5CB3BB
RGB
CMYK
RGB Variations
Color information
#5CB3BB (or 0x5CB3BB) is known color: Fountain Blue. HEX triplet: 5C, B3 and BB. RGB value is (92,179,187). Sum of RGB (Red+Green+Blue) = 92+179+187=458 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.09% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #5CB3BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB3BB is #A34C44. Grayscale: #999999. Windows color (decimal): -10701893 or 12301148. OLE color: 12301148.
HSL color Cylindrical-coordinate representation of color #5CB3BB: hue angle of 185.05º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CB3BB is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 179 | 187 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.27 |
| HSL | 185.05º | 0.41% | 0.55% | - |
| HSV(B) | 185.05º | 0.51% | 0.73% | - |
| XYZ | 29.5 | 38.1 | 52.81 | - |
| YUV | 153.9 | 146.68 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 179 | 187 | 0.51 | 0.04 | 0 | 0.27 | 185.05 | 0.41 | 0.55 |
| Hex | 5C | B3 | BB | 33 | 4 | 0 | 1B | B9 | 29 | 37 |
| Octal | 134 | 263 | 273 | 63 | 4 | 0 | 33 | 271 | 51 | 67 |
| Binary | 1011100 | 10110011 | 10111011 | 110011 | 100 | 0 | 11011 | 10111001 | 101001 | 110111 |
Color Harmonies of #5CB3BB
Complementary color
Monochromatic Colors of #5CB3BB
Black with #5CB3BB
Text Example
Text Example
White with #5CB3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB3BB; }
p { color: rgb(92,179,187); }
H1.HeaderClassName
{
color: #5CB3BB;
}
.AnyTagClassName
{
color: #5CB3BB;
}
</style>
background-color css
<style>
a { background-color: #5CB3BB; }
a { background-color: rgb(92,179,187); }
div.DivClassName
{
background-color: #5CB3BB;
}
.BgClassName
{
background-color: #5CB3BB;
}
</style>
border-color css
<style>
span { border-color: #5CB3BB; }
span { border-color: rgb(92,179,187); }
td.TdClassName
{
border-color: #5CB3BB;
}
.TagClassName
{
border-color: #5CB3BB;
}
</style>