Shades of Fountain Blue #5CAFAC
Tints of Fountain Blue #5CAFAC
RGB
CMYK
RGB Variations
Color information
#5CAFAC (or 0x5CAFAC) is known color: Fountain Blue. HEX triplet: 5C, AF and AC. RGB value is (92,175,172). Sum of RGB (Red+Green+Blue) = 92+175+172=439 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.96% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAFAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAFAC is #A35053. Grayscale: #959595. Windows color (decimal): -10702932 or 11317084. OLE color: 11317084.
HSL color Cylindrical-coordinate representation of color #5CAFAC: hue angle of 177.83º 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 #5CAFAC is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 175 | 172 | - |
| CMYK | 0.47 | 0 | 0.02 | 0.31 |
| HSL | 177.83º | 0.34% | 0.52% | - |
| HSV(B) | 177.83º | 0.47% | 0.69% | - |
| XYZ | 27.19 | 35.91 | 44.53 | - |
| YUV | 149.84 | 140.5 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 175 | 172 | 0.47 | 0 | 0.02 | 0.31 | 177.83 | 0.34 | 0.52 |
| Hex | 5C | AF | AC | 2F | 0 | 2 | 1F | B2 | 22 | 34 |
| Octal | 134 | 257 | 254 | 57 | 0 | 2 | 37 | 262 | 42 | 64 |
| Binary | 1011100 | 10101111 | 10101100 | 101111 | 0 | 10 | 11111 | 10110010 | 100010 | 110100 |
Color Harmonies of #5CAFAC
Complementary color
Monochromatic Colors of #5CAFAC
Black with #5CAFAC
Text Example
Text Example
White with #5CAFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAFAC; }
p { color: rgb(92,175,172); }
H1.HeaderClassName
{
color: #5CAFAC;
}
.AnyTagClassName
{
color: #5CAFAC;
}
</style>
background-color css
<style>
a { background-color: #5CAFAC; }
a { background-color: rgb(92,175,172); }
div.DivClassName
{
background-color: #5CAFAC;
}
.BgClassName
{
background-color: #5CAFAC;
}
</style>
border-color css
<style>
span { border-color: #5CAFAC; }
span { border-color: rgb(92,175,172); }
td.TdClassName
{
border-color: #5CAFAC;
}
.TagClassName
{
border-color: #5CAFAC;
}
</style>