Shades of Fountain Blue #62ADB5
Tints of Fountain Blue #62ADB5
RGB
CMYK
RGB Variations
Color information
#62ADB5 (or 0x62ADB5) is known color: Fountain Blue. HEX triplet: 62, AD and B5. RGB value is (98,173,181). Sum of RGB (Red+Green+Blue) = 98+173+181=452 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.68% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 181 - color contains mainly: blue. Hex color #62ADB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ADB5 is #9D524A. Grayscale: #979797. Windows color (decimal): -10310219 or 11906402. OLE color: 11906402.
HSL color Cylindrical-coordinate representation of color #62ADB5: hue angle of 185.78º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #62ADB5 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 173 | 181 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.29 |
| HSL | 185.78º | 0.36% | 0.55% | - |
| HSV(B) | 185.78º | 0.46% | 0.71% | - |
| XYZ | 28.32 | 35.82 | 49.14 | - |
| YUV | 151.49 | 144.65 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 173 | 181 | 0.46 | 0.04 | 0 | 0.29 | 185.78 | 0.36 | 0.55 |
| Hex | 62 | AD | B5 | 2E | 4 | 0 | 1D | BA | 24 | 37 |
| Octal | 142 | 255 | 265 | 56 | 4 | 0 | 35 | 272 | 44 | 67 |
| Binary | 1100010 | 10101101 | 10110101 | 101110 | 100 | 0 | 11101 | 10111010 | 100100 | 110111 |
Color Harmonies of #62ADB5
Complementary color
Monochromatic Colors of #62ADB5
Black with #62ADB5
Text Example
Text Example
White with #62ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ADB5; }
p { color: rgb(98,173,181); }
H1.HeaderClassName
{
color: #62ADB5;
}
.AnyTagClassName
{
color: #62ADB5;
}
</style>
background-color css
<style>
a { background-color: #62ADB5; }
a { background-color: rgb(98,173,181); }
div.DivClassName
{
background-color: #62ADB5;
}
.BgClassName
{
background-color: #62ADB5;
}
</style>
border-color css
<style>
span { border-color: #62ADB5; }
span { border-color: rgb(98,173,181); }
td.TdClassName
{
border-color: #62ADB5;
}
.TagClassName
{
border-color: #62ADB5;
}
</style>