Shades of Fountain Blue #62ACB9
Tints of Fountain Blue #62ACB9
RGB
CMYK
RGB Variations
Color information
#62ACB9 (or 0x62ACB9) is known color: Fountain Blue. HEX triplet: 62, AC and B9. RGB value is (98,172,185). Sum of RGB (Red+Green+Blue) = 98+172+185=455 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.54% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 185 - color contains mainly: blue. Hex color #62ACB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ACB9 is #9D5346. Grayscale: #979797. Windows color (decimal): -10310471 or 12168290. OLE color: 12168290.
HSL color Cylindrical-coordinate representation of color #62ACB9: hue angle of 188.97º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62ACB9 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 172 | 185 | - |
| CMYK | 0.47 | 0.07 | 0 | 0.27 |
| HSL | 188.97º | 0.38% | 0.55% | - |
| HSV(B) | 188.97º | 0.47% | 0.73% | - |
| XYZ | 28.55 | 35.6 | 51.27 | - |
| YUV | 151.36 | 146.98 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 172 | 185 | 0.47 | 0.07 | 0 | 0.27 | 188.97 | 0.38 | 0.55 |
| Hex | 62 | AC | B9 | 2F | 7 | 0 | 1B | BD | 26 | 37 |
| Octal | 142 | 254 | 271 | 57 | 7 | 0 | 33 | 275 | 46 | 67 |
| Binary | 1100010 | 10101100 | 10111001 | 101111 | 111 | 0 | 11011 | 10111101 | 100110 | 110111 |
Color Harmonies of #62ACB9
Complementary color
Monochromatic Colors of #62ACB9
Black with #62ACB9
Text Example
Text Example
White with #62ACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ACB9; }
p { color: rgb(98,172,185); }
H1.HeaderClassName
{
color: #62ACB9;
}
.AnyTagClassName
{
color: #62ACB9;
}
</style>
background-color css
<style>
a { background-color: #62ACB9; }
a { background-color: rgb(98,172,185); }
div.DivClassName
{
background-color: #62ACB9;
}
.BgClassName
{
background-color: #62ACB9;
}
</style>
border-color css
<style>
span { border-color: #62ACB9; }
span { border-color: rgb(98,172,185); }
td.TdClassName
{
border-color: #62ACB9;
}
.TagClassName
{
border-color: #62ACB9;
}
</style>