Shades of Fountain Blue #62ADBC
Tints of Fountain Blue #62ADBC
RGB
CMYK
RGB Variations
Color information
#62ADBC (or 0x62ADBC) is known color: Fountain Blue. HEX triplet: 62, AD and BC. RGB value is (98,173,188). Sum of RGB (Red+Green+Blue) = 98+173+188=459 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.35% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #62ADBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ADBC is #9D5243. Grayscale: #989898. Windows color (decimal): -10310212 or 12365154. OLE color: 12365154.
HSL color Cylindrical-coordinate representation of color #62ADBC: hue angle of 190º degrees, saturation: 0.4, 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 #62ADBC is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 173 | 188 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.26 |
| HSL | 190º | 0.4% | 0.56% | - |
| HSV(B) | 190º | 0.48% | 0.74% | - |
| XYZ | 29.06 | 36.11 | 53.02 | - |
| YUV | 152.29 | 148.15 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 173 | 188 | 0.48 | 0.08 | 0 | 0.26 | 190 | 0.4 | 0.56 |
| Hex | 62 | AD | BC | 30 | 8 | 0 | 1A | BE | 28 | 38 |
| Octal | 142 | 255 | 274 | 60 | 10 | 0 | 32 | 276 | 50 | 70 |
| Binary | 1100010 | 10101101 | 10111100 | 110000 | 1000 | 0 | 11010 | 10111110 | 101000 | 111000 |
Color Harmonies of #62ADBC
Complementary color
Monochromatic Colors of #62ADBC
Black with #62ADBC
Text Example
Text Example
White with #62ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ADBC; }
p { color: rgb(98,173,188); }
H1.HeaderClassName
{
color: #62ADBC;
}
.AnyTagClassName
{
color: #62ADBC;
}
</style>
background-color css
<style>
a { background-color: #62ADBC; }
a { background-color: rgb(98,173,188); }
div.DivClassName
{
background-color: #62ADBC;
}
.BgClassName
{
background-color: #62ADBC;
}
</style>
border-color css
<style>
span { border-color: #62ADBC; }
span { border-color: rgb(98,173,188); }
td.TdClassName
{
border-color: #62ADBC;
}
.TagClassName
{
border-color: #62ADBC;
}
</style>