Shades of Fountain Blue #62B7BD
Tints of Fountain Blue #62B7BD
RGB
CMYK
RGB Variations
Color information
#62B7BD (or 0x62B7BD) is known color: Fountain Blue. HEX triplet: 62, B7 and BD. RGB value is (98,183,189). Sum of RGB (Red+Green+Blue) = 98+183+189=470 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.85% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #62B7BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62B7BD is #9D4842. Grayscale: #9E9E9E. Windows color (decimal): -10307651 or 12433250. OLE color: 12433250.
HSL color Cylindrical-coordinate representation of color #62B7BD: hue angle of 183.96º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62B7BD is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 183 | 189 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.26 |
| HSL | 183.96º | 0.41% | 0.56% | - |
| HSV(B) | 183.96º | 0.48% | 0.74% | - |
| XYZ | 31.16 | 40.14 | 54.25 | - |
| YUV | 158.27 | 145.34 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 183 | 189 | 0.48 | 0.03 | 0 | 0.26 | 183.96 | 0.41 | 0.56 |
| Hex | 62 | B7 | BD | 30 | 3 | 0 | 1A | B8 | 29 | 38 |
| Octal | 142 | 267 | 275 | 60 | 3 | 0 | 32 | 270 | 51 | 70 |
| Binary | 1100010 | 10110111 | 10111101 | 110000 | 11 | 0 | 11010 | 10111000 | 101001 | 111000 |
Color Harmonies of #62B7BD
Complementary color
Monochromatic Colors of #62B7BD
Black with #62B7BD
Text Example
Text Example
White with #62B7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B7BD; }
p { color: rgb(98,183,189); }
H1.HeaderClassName
{
color: #62B7BD;
}
.AnyTagClassName
{
color: #62B7BD;
}
</style>
background-color css
<style>
a { background-color: #62B7BD; }
a { background-color: rgb(98,183,189); }
div.DivClassName
{
background-color: #62B7BD;
}
.BgClassName
{
background-color: #62B7BD;
}
</style>
border-color css
<style>
span { border-color: #62B7BD; }
span { border-color: rgb(98,183,189); }
td.TdClassName
{
border-color: #62B7BD;
}
.TagClassName
{
border-color: #62B7BD;
}
</style>