Shades of Fountain Blue #5CBEBD
Tints of Fountain Blue #5CBEBD
RGB
CMYK
RGB Variations
Color information
#5CBEBD (or 0x5CBEBD) is known color: Fountain Blue. HEX triplet: 5C, BE and BD. RGB value is (92,190,189). Sum of RGB (Red+Green+Blue) = 92+190+189=471 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.53% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #5CBEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBEBD is #A34142. Grayscale: #A0A0A0. Windows color (decimal): -10699075 or 12435036. OLE color: 12435036.
HSL color Cylindrical-coordinate representation of color #5CBEBD: hue angle of 179.39º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CBEBD is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 190 | 189 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.25 |
| HSL | 179.39º | 0.43% | 0.55% | - |
| HSV(B) | 179.39º | 0.52% | 0.75% | - |
| XYZ | 32.01 | 42.78 | 54.71 | - |
| YUV | 160.58 | 144.03 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 190 | 189 | 0.52 | 0 | 0.01 | 0.25 | 179.39 | 0.43 | 0.55 |
| Hex | 5C | BE | BD | 34 | 0 | 1 | 19 | B3 | 2B | 37 |
| Octal | 134 | 276 | 275 | 64 | 0 | 1 | 31 | 263 | 53 | 67 |
| Binary | 1011100 | 10111110 | 10111101 | 110100 | 0 | 1 | 11001 | 10110011 | 101011 | 110111 |
Color Harmonies of #5CBEBD
Complementary color
Monochromatic Colors of #5CBEBD
Black with #5CBEBD
Text Example
Text Example
White with #5CBEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBEBD; }
p { color: rgb(92,190,189); }
H1.HeaderClassName
{
color: #5CBEBD;
}
.AnyTagClassName
{
color: #5CBEBD;
}
</style>
background-color css
<style>
a { background-color: #5CBEBD; }
a { background-color: rgb(92,190,189); }
div.DivClassName
{
background-color: #5CBEBD;
}
.BgClassName
{
background-color: #5CBEBD;
}
</style>
border-color css
<style>
span { border-color: #5CBEBD; }
span { border-color: rgb(92,190,189); }
td.TdClassName
{
border-color: #5CBEBD;
}
.TagClassName
{
border-color: #5CBEBD;
}
</style>