Shades of Fountain Blue #62BBC1
Tints of Fountain Blue #62BBC1
RGB
CMYK
RGB Variations
Color information
#62BBC1 (or 0x62BBC1) is known color: Fountain Blue. HEX triplet: 62, BB and C1. RGB value is (98,187,193). Sum of RGB (Red+Green+Blue) = 98+187+193=478 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.50% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #62BBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BBC1 is #9D443E. Grayscale: #A0A0A0. Windows color (decimal): -10306623 or 12696418. OLE color: 12696418.
HSL color Cylindrical-coordinate representation of color #62BBC1: hue angle of 183.79º 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 #62BBC1 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 187 | 193 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.24 |
| HSL | 183.79º | 0.43% | 0.57% | - |
| HSV(B) | 183.79º | 0.49% | 0.76% | - |
| XYZ | 32.43 | 41.99 | 56.85 | - |
| YUV | 161.07 | 146.01 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 187 | 193 | 0.49 | 0.03 | 0 | 0.24 | 183.79 | 0.43 | 0.57 |
| Hex | 62 | BB | C1 | 31 | 3 | 0 | 18 | B8 | 2B | 39 |
| Octal | 142 | 273 | 301 | 61 | 3 | 0 | 30 | 270 | 53 | 71 |
| Binary | 1100010 | 10111011 | 11000001 | 110001 | 11 | 0 | 11000 | 10111000 | 101011 | 111001 |
Color Harmonies of #62BBC1
Complementary color
Monochromatic Colors of #62BBC1
Black with #62BBC1
Text Example
Text Example
White with #62BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BBC1; }
p { color: rgb(98,187,193); }
H1.HeaderClassName
{
color: #62BBC1;
}
.AnyTagClassName
{
color: #62BBC1;
}
</style>
background-color css
<style>
a { background-color: #62BBC1; }
a { background-color: rgb(98,187,193); }
div.DivClassName
{
background-color: #62BBC1;
}
.BgClassName
{
background-color: #62BBC1;
}
</style>
border-color css
<style>
span { border-color: #62BBC1; }
span { border-color: rgb(98,187,193); }
td.TdClassName
{
border-color: #62BBC1;
}
.TagClassName
{
border-color: #62BBC1;
}
</style>