Shades of Fountain Blue #62B5C0
Tints of Fountain Blue #62B5C0
RGB
CMYK
RGB Variations
Color information
#62B5C0 (or 0x62B5C0) is known color: Fountain Blue. HEX triplet: 62, B5 and C0. RGB value is (98,181,192). Sum of RGB (Red+Green+Blue) = 98+181+192=471 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.81% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 192 - color contains mainly: blue. Hex color #62B5C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62B5C0 is #9D4A3F. Grayscale: #9D9D9D. Windows color (decimal): -10308160 or 12629346. OLE color: 12629346.
HSL color Cylindrical-coordinate representation of color #62B5C0: hue angle of 187.02º 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 #62B5C0 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 181 | 192 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.25 |
| HSL | 187.02º | 0.43% | 0.57% | - |
| HSV(B) | 187.02º | 0.49% | 0.75% | - |
| XYZ | 31.08 | 39.45 | 55.85 | - |
| YUV | 157.44 | 147.5 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 181 | 192 | 0.49 | 0.06 | 0 | 0.25 | 187.02 | 0.43 | 0.57 |
| Hex | 62 | B5 | C0 | 31 | 6 | 0 | 19 | BB | 2B | 39 |
| Octal | 142 | 265 | 300 | 61 | 6 | 0 | 31 | 273 | 53 | 71 |
| Binary | 1100010 | 10110101 | 11000000 | 110001 | 110 | 0 | 11001 | 10111011 | 101011 | 111001 |
Color Harmonies of #62B5C0
Complementary color
Monochromatic Colors of #62B5C0
Black with #62B5C0
Text Example
Text Example
White with #62B5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B5C0; }
p { color: rgb(98,181,192); }
H1.HeaderClassName
{
color: #62B5C0;
}
.AnyTagClassName
{
color: #62B5C0;
}
</style>
background-color css
<style>
a { background-color: #62B5C0; }
a { background-color: rgb(98,181,192); }
div.DivClassName
{
background-color: #62B5C0;
}
.BgClassName
{
background-color: #62B5C0;
}
</style>
border-color css
<style>
span { border-color: #62B5C0; }
span { border-color: rgb(98,181,192); }
td.TdClassName
{
border-color: #62B5C0;
}
.TagClassName
{
border-color: #62B5C0;
}
</style>