Shades of Fountain Blue #62BAC2
Tints of Fountain Blue #62BAC2
RGB
CMYK
RGB Variations
Color information
#62BAC2 (or 0x62BAC2) is known color: Fountain Blue. HEX triplet: 62, BA and C2. RGB value is (98,186,194). Sum of RGB (Red+Green+Blue) = 98+186+194=478 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.50% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 194 (76.17% from 255 or 40.59% from 478); Max value from RGB is 194 - color contains mainly: blue. Hex color #62BAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BAC2 is #9D453D. Grayscale: #A0A0A0. Windows color (decimal): -10306878 or 12761698. OLE color: 12761698.
HSL color Cylindrical-coordinate representation of color #62BAC2: hue angle of 185º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62BAC2 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 186 | 194 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.24 |
| HSL | 185º | 0.44% | 0.57% | - |
| HSV(B) | 185º | 0.49% | 0.76% | - |
| XYZ | 32.33 | 41.61 | 57.37 | - |
| YUV | 160.6 | 146.85 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 186 | 194 | 0.49 | 0.04 | 0 | 0.24 | 185 | 0.44 | 0.57 |
| Hex | 62 | BA | C2 | 31 | 4 | 0 | 18 | B9 | 2C | 39 |
| Octal | 142 | 272 | 302 | 61 | 4 | 0 | 30 | 271 | 54 | 71 |
| Binary | 1100010 | 10111010 | 11000010 | 110001 | 100 | 0 | 11000 | 10111001 | 101100 | 111001 |
Color Harmonies of #62BAC2
Complementary color
Monochromatic Colors of #62BAC2
Black with #62BAC2
Text Example
Text Example
White with #62BAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BAC2; }
p { color: rgb(98,186,194); }
H1.HeaderClassName
{
color: #62BAC2;
}
.AnyTagClassName
{
color: #62BAC2;
}
</style>
background-color css
<style>
a { background-color: #62BAC2; }
a { background-color: rgb(98,186,194); }
div.DivClassName
{
background-color: #62BAC2;
}
.BgClassName
{
background-color: #62BAC2;
}
</style>
border-color css
<style>
span { border-color: #62BAC2; }
span { border-color: rgb(98,186,194); }
td.TdClassName
{
border-color: #62BAC2;
}
.TagClassName
{
border-color: #62BAC2;
}
</style>