Shades of Fountain Blue #62ADC1
Tints of Fountain Blue #62ADC1
RGB
CMYK
RGB Variations
Color information
#62ADC1 (or 0x62ADC1) is known color: Fountain Blue. HEX triplet: 62, AD and C1. RGB value is (98,173,193). Sum of RGB (Red+Green+Blue) = 98+173+193=464 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.12% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #62ADC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ADC1 is #9D523E. Grayscale: #989898. Windows color (decimal): -10310207 or 12692834. OLE color: 12692834.
HSL color Cylindrical-coordinate representation of color #62ADC1: hue angle of 192.63º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62ADC1 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 173 | 193 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.24 |
| HSL | 192.63º | 0.43% | 0.57% | - |
| HSV(B) | 192.63º | 0.49% | 0.76% | - |
| XYZ | 29.61 | 36.33 | 55.9 | - |
| YUV | 152.86 | 150.65 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 173 | 193 | 0.49 | 0.10 | 0 | 0.24 | 192.63 | 0.43 | 0.57 |
| Hex | 62 | AD | C1 | 31 | A | 0 | 18 | C1 | 2B | 39 |
| Octal | 142 | 255 | 301 | 61 | 12 | 0 | 30 | 301 | 53 | 71 |
| Binary | 1100010 | 10101101 | 11000001 | 110001 | 1010 | 0 | 11000 | 11000001 | 101011 | 111001 |
Color Harmonies of #62ADC1
Complementary color
Monochromatic Colors of #62ADC1
Black with #62ADC1
Text Example
Text Example
White with #62ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ADC1; }
p { color: rgb(98,173,193); }
H1.HeaderClassName
{
color: #62ADC1;
}
.AnyTagClassName
{
color: #62ADC1;
}
</style>
background-color css
<style>
a { background-color: #62ADC1; }
a { background-color: rgb(98,173,193); }
div.DivClassName
{
background-color: #62ADC1;
}
.BgClassName
{
background-color: #62ADC1;
}
</style>
border-color css
<style>
span { border-color: #62ADC1; }
span { border-color: rgb(98,173,193); }
td.TdClassName
{
border-color: #62ADC1;
}
.TagClassName
{
border-color: #62ADC1;
}
</style>