Shades of Fountain Blue #5CAFAA
Tints of Fountain Blue #5CAFAA
RGB
CMYK
RGB Variations
Color information
#5CAFAA (or 0x5CAFAA) is known color: Fountain Blue. HEX triplet: 5C, AF and AA. RGB value is (92,175,170). Sum of RGB (Red+Green+Blue) = 92+175+170=437 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.05% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAFAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAFAA is #A35055. Grayscale: #959595. Windows color (decimal): -10702934 or 11186012. OLE color: 11186012.
HSL color Cylindrical-coordinate representation of color #5CAFAA: hue angle of 176.39º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CAFAA is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 175 | 170 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.31 |
| HSL | 176.39º | 0.34% | 0.52% | - |
| HSV(B) | 176.39º | 0.47% | 0.69% | - |
| XYZ | 27 | 35.84 | 43.52 | - |
| YUV | 149.61 | 139.5 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 175 | 170 | 0.47 | 0 | 0.03 | 0.31 | 176.39 | 0.34 | 0.52 |
| Hex | 5C | AF | AA | 2F | 0 | 3 | 1F | B0 | 22 | 34 |
| Octal | 134 | 257 | 252 | 57 | 0 | 3 | 37 | 260 | 42 | 64 |
| Binary | 1011100 | 10101111 | 10101010 | 101111 | 0 | 11 | 11111 | 10110000 | 100010 | 110100 |
Color Harmonies of #5CAFAA
Complementary color
Monochromatic Colors of #5CAFAA
Black with #5CAFAA
Text Example
Text Example
White with #5CAFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAFAA; }
p { color: rgb(92,175,170); }
H1.HeaderClassName
{
color: #5CAFAA;
}
.AnyTagClassName
{
color: #5CAFAA;
}
</style>
background-color css
<style>
a { background-color: #5CAFAA; }
a { background-color: rgb(92,175,170); }
div.DivClassName
{
background-color: #5CAFAA;
}
.BgClassName
{
background-color: #5CAFAA;
}
</style>
border-color css
<style>
span { border-color: #5CAFAA; }
span { border-color: rgb(92,175,170); }
td.TdClassName
{
border-color: #5CAFAA;
}
.TagClassName
{
border-color: #5CAFAA;
}
</style>