Shades of Fountain Blue #5CBDBB
Tints of Fountain Blue #5CBDBB
RGB
CMYK
RGB Variations
Color information
#5CBDBB (or 0x5CBDBB) is known color: Fountain Blue. HEX triplet: 5C, BD and BB. RGB value is (92,189,187). Sum of RGB (Red+Green+Blue) = 92+189+187=468 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.66% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #5CBDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBDBB is #A34244. Grayscale: #9F9F9F. Windows color (decimal): -10699333 or 12303708. OLE color: 12303708.
HSL color Cylindrical-coordinate representation of color #5CBDBB: hue angle of 178.76º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBDBB is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 189 | 187 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.26 |
| HSL | 178.76º | 0.42% | 0.55% | - |
| HSV(B) | 178.76º | 0.51% | 0.74% | - |
| XYZ | 31.58 | 42.26 | 53.51 | - |
| YUV | 159.77 | 143.36 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 189 | 187 | 0.51 | 0 | 0.01 | 0.26 | 178.76 | 0.42 | 0.55 |
| Hex | 5C | BD | BB | 33 | 0 | 1 | 1A | B3 | 2A | 37 |
| Octal | 134 | 275 | 273 | 63 | 0 | 1 | 32 | 263 | 52 | 67 |
| Binary | 1011100 | 10111101 | 10111011 | 110011 | 0 | 1 | 11010 | 10110011 | 101010 | 110111 |
Color Harmonies of #5CBDBB
Complementary color
Monochromatic Colors of #5CBDBB
Black with #5CBDBB
Text Example
Text Example
White with #5CBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBDBB; }
p { color: rgb(92,189,187); }
H1.HeaderClassName
{
color: #5CBDBB;
}
.AnyTagClassName
{
color: #5CBDBB;
}
</style>
background-color css
<style>
a { background-color: #5CBDBB; }
a { background-color: rgb(92,189,187); }
div.DivClassName
{
background-color: #5CBDBB;
}
.BgClassName
{
background-color: #5CBDBB;
}
</style>
border-color css
<style>
span { border-color: #5CBDBB; }
span { border-color: rgb(92,189,187); }
td.TdClassName
{
border-color: #5CBDBB;
}
.TagClassName
{
border-color: #5CBDBB;
}
</style>