Shades of Fountain Blue #62B3C0
Tints of Fountain Blue #62B3C0
RGB
CMYK
RGB Variations
Color information
#62B3C0 (or 0x62B3C0) is known color: Fountain Blue. HEX triplet: 62, B3 and C0. RGB value is (98,179,192). Sum of RGB (Red+Green+Blue) = 98+179+192=469 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.90% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 192 - color contains mainly: blue. Hex color #62B3C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62B3C0 is #9D4C3F. Grayscale: #9C9C9C. Windows color (decimal): -10308672 or 12628834. OLE color: 12628834.
HSL color Cylindrical-coordinate representation of color #62B3C0: hue angle of 188.3º 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 #62B3C0 is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 179 | 192 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.25 |
| HSL | 188.3º | 0.43% | 0.57% | - |
| HSV(B) | 188.3º | 0.49% | 0.75% | - |
| XYZ | 30.67 | 38.64 | 55.71 | - |
| YUV | 156.26 | 148.16 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 179 | 192 | 0.49 | 0.07 | 0 | 0.25 | 188.3 | 0.43 | 0.57 |
| Hex | 62 | B3 | C0 | 31 | 7 | 0 | 19 | BC | 2B | 39 |
| Octal | 142 | 263 | 300 | 61 | 7 | 0 | 31 | 274 | 53 | 71 |
| Binary | 1100010 | 10110011 | 11000000 | 110001 | 111 | 0 | 11001 | 10111100 | 101011 | 111001 |
Color Harmonies of #62B3C0
Complementary color
Monochromatic Colors of #62B3C0
Black with #62B3C0
Text Example
Text Example
White with #62B3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B3C0; }
p { color: rgb(98,179,192); }
H1.HeaderClassName
{
color: #62B3C0;
}
.AnyTagClassName
{
color: #62B3C0;
}
</style>
background-color css
<style>
a { background-color: #62B3C0; }
a { background-color: rgb(98,179,192); }
div.DivClassName
{
background-color: #62B3C0;
}
.BgClassName
{
background-color: #62B3C0;
}
</style>
border-color css
<style>
span { border-color: #62B3C0; }
span { border-color: rgb(98,179,192); }
td.TdClassName
{
border-color: #62B3C0;
}
.TagClassName
{
border-color: #62B3C0;
}
</style>