Shades of Fountain Blue #62B8C0
Tints of Fountain Blue #62B8C0
RGB
CMYK
RGB Variations
Color information
#62B8C0 (or 0x62B8C0) is known color: Fountain Blue. HEX triplet: 62, B8 and C0. RGB value is (98,184,192). Sum of RGB (Red+Green+Blue) = 98+184+192=474 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.68% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 192 - color contains mainly: blue. Hex color #62B8C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62B8C0 is #9D473F. Grayscale: #9F9F9F. Windows color (decimal): -10307392 or 12630114. OLE color: 12630114.
HSL color Cylindrical-coordinate representation of color #62B8C0: hue angle of 185.11º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62B8C0 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 184 | 192 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.25 |
| HSL | 185.11º | 0.43% | 0.57% | - |
| HSV(B) | 185.11º | 0.49% | 0.75% | - |
| XYZ | 31.69 | 40.68 | 56.05 | - |
| YUV | 159.2 | 146.51 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 184 | 192 | 0.49 | 0.04 | 0 | 0.25 | 185.11 | 0.43 | 0.57 |
| Hex | 62 | B8 | C0 | 31 | 4 | 0 | 19 | B9 | 2B | 39 |
| Octal | 142 | 270 | 300 | 61 | 4 | 0 | 31 | 271 | 53 | 71 |
| Binary | 1100010 | 10111000 | 11000000 | 110001 | 100 | 0 | 11001 | 10111001 | 101011 | 111001 |
Color Harmonies of #62B8C0
Complementary color
Monochromatic Colors of #62B8C0
Black with #62B8C0
Text Example
Text Example
White with #62B8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B8C0; }
p { color: rgb(98,184,192); }
H1.HeaderClassName
{
color: #62B8C0;
}
.AnyTagClassName
{
color: #62B8C0;
}
</style>
background-color css
<style>
a { background-color: #62B8C0; }
a { background-color: rgb(98,184,192); }
div.DivClassName
{
background-color: #62B8C0;
}
.BgClassName
{
background-color: #62B8C0;
}
</style>
border-color css
<style>
span { border-color: #62B8C0; }
span { border-color: rgb(98,184,192); }
td.TdClassName
{
border-color: #62B8C0;
}
.TagClassName
{
border-color: #62B8C0;
}
</style>