Shades of Fountain Blue #62AAB2
Tints of Fountain Blue #62AAB2
RGB
CMYK
RGB Variations
Color information
#62AAB2 (or 0x62AAB2) is known color: Fountain Blue. HEX triplet: 62, AA and B2. RGB value is (98,170,178). Sum of RGB (Red+Green+Blue) = 98+170+178=446 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.97% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 178 - color contains mainly: blue. Hex color #62AAB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62AAB2 is #9D554D. Grayscale: #959595. Windows color (decimal): -10310990 or 11709026. OLE color: 11709026.
HSL color Cylindrical-coordinate representation of color #62AAB2: hue angle of 186º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #62AAB2 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 170 | 178 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.30 |
| HSL | 186º | 0.34% | 0.54% | - |
| HSV(B) | 186º | 0.45% | 0.7% | - |
| XYZ | 27.45 | 34.56 | 47.34 | - |
| YUV | 149.38 | 144.15 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 170 | 178 | 0.45 | 0.04 | 0 | 0.30 | 186 | 0.34 | 0.54 |
| Hex | 62 | AA | B2 | 2D | 4 | 0 | 1E | BA | 22 | 36 |
| Octal | 142 | 252 | 262 | 55 | 4 | 0 | 36 | 272 | 42 | 66 |
| Binary | 1100010 | 10101010 | 10110010 | 101101 | 100 | 0 | 11110 | 10111010 | 100010 | 110110 |
Color Harmonies of #62AAB2
Complementary color
Monochromatic Colors of #62AAB2
Black with #62AAB2
Text Example
Text Example
White with #62AAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AAB2; }
p { color: rgb(98,170,178); }
H1.HeaderClassName
{
color: #62AAB2;
}
.AnyTagClassName
{
color: #62AAB2;
}
</style>
background-color css
<style>
a { background-color: #62AAB2; }
a { background-color: rgb(98,170,178); }
div.DivClassName
{
background-color: #62AAB2;
}
.BgClassName
{
background-color: #62AAB2;
}
</style>
border-color css
<style>
span { border-color: #62AAB2; }
span { border-color: rgb(98,170,178); }
td.TdClassName
{
border-color: #62AAB2;
}
.TagClassName
{
border-color: #62AAB2;
}
</style>