Shades of Fountain Blue #62BBC2
Tints of Fountain Blue #62BBC2
RGB
CMYK
RGB Variations
Color information
#62BBC2 (or 0x62BBC2) is known color: Fountain Blue. HEX triplet: 62, BB and C2. RGB value is (98,187,194). Sum of RGB (Red+Green+Blue) = 98+187+194=479 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.46% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 194 - color contains mainly: blue. Hex color #62BBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BBC2 is #9D443D. Grayscale: #A1A1A1. Windows color (decimal): -10306622 or 12761954. OLE color: 12761954.
HSL color Cylindrical-coordinate representation of color #62BBC2: hue angle of 184.38º degrees, saturation: 0.44, 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 #62BBC2 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 187 | 194 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.24 |
| HSL | 184.38º | 0.44% | 0.57% | - |
| HSV(B) | 184.38º | 0.49% | 0.76% | - |
| XYZ | 32.54 | 42.03 | 57.44 | - |
| YUV | 161.19 | 146.51 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 187 | 194 | 0.49 | 0.04 | 0 | 0.24 | 184.38 | 0.44 | 0.57 |
| Hex | 62 | BB | C2 | 31 | 4 | 0 | 18 | B8 | 2C | 39 |
| Octal | 142 | 273 | 302 | 61 | 4 | 0 | 30 | 270 | 54 | 71 |
| Binary | 1100010 | 10111011 | 11000010 | 110001 | 100 | 0 | 11000 | 10111000 | 101100 | 111001 |
Color Harmonies of #62BBC2
Complementary color
Monochromatic Colors of #62BBC2
Black with #62BBC2
Text Example
Text Example
White with #62BBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BBC2; }
p { color: rgb(98,187,194); }
H1.HeaderClassName
{
color: #62BBC2;
}
.AnyTagClassName
{
color: #62BBC2;
}
</style>
background-color css
<style>
a { background-color: #62BBC2; }
a { background-color: rgb(98,187,194); }
div.DivClassName
{
background-color: #62BBC2;
}
.BgClassName
{
background-color: #62BBC2;
}
</style>
border-color css
<style>
span { border-color: #62BBC2; }
span { border-color: rgb(98,187,194); }
td.TdClassName
{
border-color: #62BBC2;
}
.TagClassName
{
border-color: #62BBC2;
}
</style>