Shades of Fountain Blue #62BAC4
Tints of Fountain Blue #62BAC4
RGB
CMYK
RGB Variations
Color information
#62BAC4 (or 0x62BAC4) is known color: Fountain Blue. HEX triplet: 62, BA and C4. RGB value is (98,186,196). Sum of RGB (Red+Green+Blue) = 98+186+196=480 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.42% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 196 (76.95% from 255 or 40.83% from 480); Max value from RGB is 196 - color contains mainly: blue. Hex color #62BAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BAC4 is #9D453B. Grayscale: #A0A0A0. Windows color (decimal): -10306876 or 12892770. OLE color: 12892770.
HSL color Cylindrical-coordinate representation of color #62BAC4: hue angle of 186.12º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62BAC4 is Cyan = 0.5, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 186 | 196 | - |
| CMYK | 0.5 | 0.05 | 0 | 0.23 |
| HSL | 186.12º | 0.45% | 0.58% | - |
| HSV(B) | 186.12º | 0.5% | 0.77% | - |
| XYZ | 32.56 | 41.7 | 58.56 | - |
| YUV | 160.83 | 147.85 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 186 | 196 | 0.5 | 0.05 | 0 | 0.23 | 186.12 | 0.45 | 0.58 |
| Hex | 62 | BA | C4 | 32 | 5 | 0 | 17 | BA | 2D | 3A |
| Octal | 142 | 272 | 304 | 62 | 5 | 0 | 27 | 272 | 55 | 72 |
| Binary | 1100010 | 10111010 | 11000100 | 110010 | 101 | 0 | 10111 | 10111010 | 101101 | 111010 |
Color Harmonies of #62BAC4
Complementary color
Monochromatic Colors of #62BAC4
Black with #62BAC4
Text Example
Text Example
White with #62BAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BAC4; }
p { color: rgb(98,186,196); }
H1.HeaderClassName
{
color: #62BAC4;
}
.AnyTagClassName
{
color: #62BAC4;
}
</style>
background-color css
<style>
a { background-color: #62BAC4; }
a { background-color: rgb(98,186,196); }
div.DivClassName
{
background-color: #62BAC4;
}
.BgClassName
{
background-color: #62BAC4;
}
</style>
border-color css
<style>
span { border-color: #62BAC4; }
span { border-color: rgb(98,186,196); }
td.TdClassName
{
border-color: #62BAC4;
}
.TagClassName
{
border-color: #62BAC4;
}
</style>