Shades of Fountain Blue #62B0BF
Tints of Fountain Blue #62B0BF
RGB
CMYK
RGB Variations
Color information
#62B0BF (or 0x62B0BF) is known color: Fountain Blue. HEX triplet: 62, B0 and BF. RGB value is (98,176,191). Sum of RGB (Red+Green+Blue) = 98+176+191=465 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.08% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #62B0BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62B0BF is #9D4F40. Grayscale: #9A9A9A. Windows color (decimal): -10309441 or 12562530. OLE color: 12562530.
HSL color Cylindrical-coordinate representation of color #62B0BF: hue angle of 189.68º degrees, saturation: 0.42, 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 #62B0BF is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 176 | 191 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.25 |
| HSL | 189.68º | 0.42% | 0.57% | - |
| HSV(B) | 189.68º | 0.49% | 0.75% | - |
| XYZ | 29.97 | 37.41 | 54.93 | - |
| YUV | 154.39 | 148.66 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 176 | 191 | 0.49 | 0.08 | 0 | 0.25 | 189.68 | 0.42 | 0.57 |
| Hex | 62 | B0 | BF | 31 | 8 | 0 | 19 | BE | 2A | 39 |
| Octal | 142 | 260 | 277 | 61 | 10 | 0 | 31 | 276 | 52 | 71 |
| Binary | 1100010 | 10110000 | 10111111 | 110001 | 1000 | 0 | 11001 | 10111110 | 101010 | 111001 |
Color Harmonies of #62B0BF
Complementary color
Monochromatic Colors of #62B0BF
Black with #62B0BF
Text Example
Text Example
White with #62B0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B0BF; }
p { color: rgb(98,176,191); }
H1.HeaderClassName
{
color: #62B0BF;
}
.AnyTagClassName
{
color: #62B0BF;
}
</style>
background-color css
<style>
a { background-color: #62B0BF; }
a { background-color: rgb(98,176,191); }
div.DivClassName
{
background-color: #62B0BF;
}
.BgClassName
{
background-color: #62B0BF;
}
</style>
border-color css
<style>
span { border-color: #62B0BF; }
span { border-color: rgb(98,176,191); }
td.TdClassName
{
border-color: #62B0BF;
}
.TagClassName
{
border-color: #62B0BF;
}
</style>