Shades of Fountain Blue #58AFB8
Tints of Fountain Blue #58AFB8
RGB
CMYK
RGB Variations
Color information
#58AFB8 (or 0x58AFB8) is known color: Fountain Blue. HEX triplet: 58, AF and B8. RGB value is (88,175,184). Sum of RGB (Red+Green+Blue) = 88+175+184=447 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.69% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 184 - color contains mainly: blue. Hex color #58AFB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AFB8 is #A75047. Grayscale: #959595. Windows color (decimal): -10965064 or 12103512. OLE color: 12103512.
HSL color Cylindrical-coordinate representation of color #58AFB8: hue angle of 185.62º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58AFB8 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 88 | 175 | 184 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.28 |
| HSL | 185.63º | 0.4% | 0.53% | - |
| HSV(B) | 185.63º | 0.52% | 0.72% | - |
| XYZ | 28.01 | 36.2 | 50.86 | - |
| YUV | 150.01 | 147.18 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 175 | 184 | 0.52 | 0.05 | 0 | 0.28 | 185.63 | 0.4 | 0.53 |
| Hex | 58 | AF | B8 | 34 | 5 | 0 | 1C | BA | 28 | 35 |
| Octal | 130 | 257 | 270 | 64 | 5 | 0 | 34 | 272 | 50 | 65 |
| Binary | 1011000 | 10101111 | 10111000 | 110100 | 101 | 0 | 11100 | 10111010 | 101000 | 110101 |
Color Harmonies of #58AFB8
Complementary color
Monochromatic Colors of #58AFB8
Black with #58AFB8
Text Example
Text Example
White with #58AFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AFB8; }
p { color: rgb(88,175,184); }
H1.HeaderClassName
{
color: #58AFB8;
}
.AnyTagClassName
{
color: #58AFB8;
}
</style>
background-color css
<style>
a { background-color: #58AFB8; }
a { background-color: rgb(88,175,184); }
div.DivClassName
{
background-color: #58AFB8;
}
.BgClassName
{
background-color: #58AFB8;
}
</style>
border-color css
<style>
span { border-color: #58AFB8; }
span { border-color: rgb(88,175,184); }
td.TdClassName
{
border-color: #58AFB8;
}
.TagClassName
{
border-color: #58AFB8;
}
</style>