Shades of Fountain Blue #62B9C1
Tints of Fountain Blue #62B9C1
RGB
CMYK
RGB Variations
Color information
#62B9C1 (or 0x62B9C1) is known color: Fountain Blue. HEX triplet: 62, B9 and C1. RGB value is (98,185,193). Sum of RGB (Red+Green+Blue) = 98+185+193=476 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.59% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 193 - color contains mainly: blue. Hex color #62B9C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62B9C1 is #9D463E. Grayscale: #9F9F9F. Windows color (decimal): -10307135 or 12695906. OLE color: 12695906.
HSL color Cylindrical-coordinate representation of color #62B9C1: hue angle of 185.05º 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 #62B9C1 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 185 | 193 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.24 |
| HSL | 185.05º | 0.43% | 0.57% | - |
| HSV(B) | 185.05º | 0.49% | 0.76% | - |
| XYZ | 32.01 | 41.14 | 56.71 | - |
| YUV | 159.9 | 146.68 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 185 | 193 | 0.49 | 0.04 | 0 | 0.24 | 185.05 | 0.43 | 0.57 |
| Hex | 62 | B9 | C1 | 31 | 4 | 0 | 18 | B9 | 2B | 39 |
| Octal | 142 | 271 | 301 | 61 | 4 | 0 | 30 | 271 | 53 | 71 |
| Binary | 1100010 | 10111001 | 11000001 | 110001 | 100 | 0 | 11000 | 10111001 | 101011 | 111001 |
Color Harmonies of #62B9C1
Complementary color
Monochromatic Colors of #62B9C1
Black with #62B9C1
Text Example
Text Example
White with #62B9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B9C1; }
p { color: rgb(98,185,193); }
H1.HeaderClassName
{
color: #62B9C1;
}
.AnyTagClassName
{
color: #62B9C1;
}
</style>
background-color css
<style>
a { background-color: #62B9C1; }
a { background-color: rgb(98,185,193); }
div.DivClassName
{
background-color: #62B9C1;
}
.BgClassName
{
background-color: #62B9C1;
}
</style>
border-color css
<style>
span { border-color: #62B9C1; }
span { border-color: rgb(98,185,193); }
td.TdClassName
{
border-color: #62B9C1;
}
.TagClassName
{
border-color: #62B9C1;
}
</style>