Shades of Fountain Blue #62B3BB
Tints of Fountain Blue #62B3BB
RGB
CMYK
RGB Variations
Color information
#62B3BB (or 0x62B3BB) is known color: Fountain Blue. HEX triplet: 62, B3 and BB. RGB value is (98,179,187). Sum of RGB (Red+Green+Blue) = 98+179+187=464 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.12% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #62B3BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62B3BB is #9D4C44. Grayscale: #9B9B9B. Windows color (decimal): -10308677 or 12301154. OLE color: 12301154.
HSL color Cylindrical-coordinate representation of color #62B3BB: hue angle of 185.39º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62B3BB is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 179 | 187 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.27 |
| HSL | 185.39º | 0.4% | 0.56% | - |
| HSV(B) | 185.39º | 0.48% | 0.73% | - |
| XYZ | 30.13 | 38.42 | 52.84 | - |
| YUV | 155.69 | 145.66 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 179 | 187 | 0.48 | 0.04 | 0 | 0.27 | 185.39 | 0.4 | 0.56 |
| Hex | 62 | B3 | BB | 30 | 4 | 0 | 1B | B9 | 28 | 38 |
| Octal | 142 | 263 | 273 | 60 | 4 | 0 | 33 | 271 | 50 | 70 |
| Binary | 1100010 | 10110011 | 10111011 | 110000 | 100 | 0 | 11011 | 10111001 | 101000 | 111000 |
Color Harmonies of #62B3BB
Complementary color
Monochromatic Colors of #62B3BB
Black with #62B3BB
Text Example
Text Example
White with #62B3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B3BB; }
p { color: rgb(98,179,187); }
H1.HeaderClassName
{
color: #62B3BB;
}
.AnyTagClassName
{
color: #62B3BB;
}
</style>
background-color css
<style>
a { background-color: #62B3BB; }
a { background-color: rgb(98,179,187); }
div.DivClassName
{
background-color: #62B3BB;
}
.BgClassName
{
background-color: #62B3BB;
}
</style>
border-color css
<style>
span { border-color: #62B3BB; }
span { border-color: rgb(98,179,187); }
td.TdClassName
{
border-color: #62B3BB;
}
.TagClassName
{
border-color: #62B3BB;
}
</style>