Shades of Fountain Blue #62A8AD
Tints of Fountain Blue #62A8AD
RGB
CMYK
RGB Variations
Color information
#62A8AD (or 0x62A8AD) is known color: Fountain Blue. HEX triplet: 62, A8 and AD. RGB value is (98,168,173). Sum of RGB (Red+Green+Blue) = 98+168+173=439 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.32% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #62A8AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A8AD is #9D5752. Grayscale: #939393. Windows color (decimal): -10311507 or 11380834. OLE color: 11380834.
HSL color Cylindrical-coordinate representation of color #62A8AD: hue angle of 184º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62A8AD is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 168 | 173 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.32 |
| HSL | 184º | 0.31% | 0.53% | - |
| HSV(B) | 184º | 0.43% | 0.68% | - |
| XYZ | 26.58 | 33.62 | 44.62 | - |
| YUV | 147.64 | 142.31 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 168 | 173 | 0.43 | 0.03 | 0 | 0.32 | 184 | 0.31 | 0.53 |
| Hex | 62 | A8 | AD | 2B | 3 | 0 | 20 | B8 | 1F | 35 |
| Octal | 142 | 250 | 255 | 53 | 3 | 0 | 40 | 270 | 37 | 65 |
| Binary | 1100010 | 10101000 | 10101101 | 101011 | 11 | 0 | 100000 | 10111000 | 11111 | 110101 |
Color Harmonies of #62A8AD
Complementary color
Monochromatic Colors of #62A8AD
Black with #62A8AD
Text Example
Text Example
White with #62A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A8AD; }
p { color: rgb(98,168,173); }
H1.HeaderClassName
{
color: #62A8AD;
}
.AnyTagClassName
{
color: #62A8AD;
}
</style>
background-color css
<style>
a { background-color: #62A8AD; }
a { background-color: rgb(98,168,173); }
div.DivClassName
{
background-color: #62A8AD;
}
.BgClassName
{
background-color: #62A8AD;
}
</style>
border-color css
<style>
span { border-color: #62A8AD; }
span { border-color: rgb(98,168,173); }
td.TdClassName
{
border-color: #62A8AD;
}
.TagClassName
{
border-color: #62A8AD;
}
</style>