Shades of Fountain Blue #62AABD
Tints of Fountain Blue #62AABD
RGB
CMYK
RGB Variations
Color information
#62AABD (or 0x62AABD) is known color: Fountain Blue. HEX triplet: 62, AA and BD. RGB value is (98,170,189). Sum of RGB (Red+Green+Blue) = 98+170+189=457 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.44% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #62AABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62AABD is #9D5542. Grayscale: #969696. Windows color (decimal): -10310979 or 12429922. OLE color: 12429922.
HSL color Cylindrical-coordinate representation of color #62AABD: hue angle of 192.53º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62AABD is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 170 | 189 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.26 |
| HSL | 192.53º | 0.41% | 0.56% | - |
| HSV(B) | 192.53º | 0.48% | 0.74% | - |
| XYZ | 28.6 | 35.02 | 53.4 | - |
| YUV | 150.64 | 149.65 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 170 | 189 | 0.48 | 0.10 | 0 | 0.26 | 192.53 | 0.41 | 0.56 |
| Hex | 62 | AA | BD | 30 | A | 0 | 1A | C1 | 29 | 38 |
| Octal | 142 | 252 | 275 | 60 | 12 | 0 | 32 | 301 | 51 | 70 |
| Binary | 1100010 | 10101010 | 10111101 | 110000 | 1010 | 0 | 11010 | 11000001 | 101001 | 111000 |
Color Harmonies of #62AABD
Complementary color
Monochromatic Colors of #62AABD
Black with #62AABD
Text Example
Text Example
White with #62AABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AABD; }
p { color: rgb(98,170,189); }
H1.HeaderClassName
{
color: #62AABD;
}
.AnyTagClassName
{
color: #62AABD;
}
</style>
background-color css
<style>
a { background-color: #62AABD; }
a { background-color: rgb(98,170,189); }
div.DivClassName
{
background-color: #62AABD;
}
.BgClassName
{
background-color: #62AABD;
}
</style>
border-color css
<style>
span { border-color: #62AABD; }
span { border-color: rgb(98,170,189); }
td.TdClassName
{
border-color: #62AABD;
}
.TagClassName
{
border-color: #62AABD;
}
</style>