Shades of Fountain Blue #62A9B7
Tints of Fountain Blue #62A9B7
RGB
CMYK
RGB Variations
Color information
#62A9B7 (or 0x62A9B7) is known color: Fountain Blue. HEX triplet: 62, A9 and B7. RGB value is (98,169,183). Sum of RGB (Red+Green+Blue) = 98+169+183=450 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.78% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 183 - color contains mainly: blue. Hex color #62A9B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A9B7 is #9D5648. Grayscale: #959595. Windows color (decimal): -10311241 or 12036450. OLE color: 12036450.
HSL color Cylindrical-coordinate representation of color #62A9B7: hue angle of 189.88º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #62A9B7 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 98 | 169 | 183 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.28 |
| HSL | 189.88º | 0.37% | 0.55% | - |
| HSV(B) | 189.88º | 0.46% | 0.72% | - |
| XYZ | 27.77 | 34.39 | 49.97 | - |
| YUV | 149.37 | 146.98 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 169 | 183 | 0.46 | 0.08 | 0 | 0.28 | 189.88 | 0.37 | 0.55 |
| Hex | 62 | A9 | B7 | 2E | 8 | 0 | 1C | BE | 25 | 37 |
| Octal | 142 | 251 | 267 | 56 | 10 | 0 | 34 | 276 | 45 | 67 |
| Binary | 1100010 | 10101001 | 10110111 | 101110 | 1000 | 0 | 11100 | 10111110 | 100101 | 110111 |
Color Harmonies of #62A9B7
Complementary color
Monochromatic Colors of #62A9B7
Black with #62A9B7
Text Example
Text Example
White with #62A9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A9B7; }
p { color: rgb(98,169,183); }
H1.HeaderClassName
{
color: #62A9B7;
}
.AnyTagClassName
{
color: #62A9B7;
}
</style>
background-color css
<style>
a { background-color: #62A9B7; }
a { background-color: rgb(98,169,183); }
div.DivClassName
{
background-color: #62A9B7;
}
.BgClassName
{
background-color: #62A9B7;
}
</style>
border-color css
<style>
span { border-color: #62A9B7; }
span { border-color: rgb(98,169,183); }
td.TdClassName
{
border-color: #62A9B7;
}
.TagClassName
{
border-color: #62A9B7;
}
</style>