Shades of Fountain Blue #62AABE
Tints of Fountain Blue #62AABE
RGB
CMYK
RGB Variations
Color information
#62AABE (or 0x62AABE) is known color: Fountain Blue. HEX triplet: 62, AA and BE. RGB value is (98,170,190). Sum of RGB (Red+Green+Blue) = 98+170+190=458 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.40% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #62AABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62AABE is #9D5541. Grayscale: #969696. Windows color (decimal): -10310978 or 12495458. OLE color: 12495458.
HSL color Cylindrical-coordinate representation of color #62AABE: hue angle of 193.04º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62AABE is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 170 | 190 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.25 |
| HSL | 193.04º | 0.41% | 0.56% | - |
| HSV(B) | 193.04º | 0.48% | 0.75% | - |
| XYZ | 28.71 | 35.06 | 53.97 | - |
| YUV | 150.75 | 150.15 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 170 | 190 | 0.48 | 0.11 | 0 | 0.25 | 193.04 | 0.41 | 0.56 |
| Hex | 62 | AA | BE | 30 | B | 0 | 19 | C1 | 29 | 38 |
| Octal | 142 | 252 | 276 | 60 | 13 | 0 | 31 | 301 | 51 | 70 |
| Binary | 1100010 | 10101010 | 10111110 | 110000 | 1011 | 0 | 11001 | 11000001 | 101001 | 111000 |
Color Harmonies of #62AABE
Complementary color
Monochromatic Colors of #62AABE
Black with #62AABE
Text Example
Text Example
White with #62AABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AABE; }
p { color: rgb(98,170,190); }
H1.HeaderClassName
{
color: #62AABE;
}
.AnyTagClassName
{
color: #62AABE;
}
</style>
background-color css
<style>
a { background-color: #62AABE; }
a { background-color: rgb(98,170,190); }
div.DivClassName
{
background-color: #62AABE;
}
.BgClassName
{
background-color: #62AABE;
}
</style>
border-color css
<style>
span { border-color: #62AABE; }
span { border-color: rgb(98,170,190); }
td.TdClassName
{
border-color: #62AABE;
}
.TagClassName
{
border-color: #62AABE;
}
</style>