Shades of Fountain Blue #62B1B3
Tints of Fountain Blue #62B1B3
RGB
CMYK
RGB Variations
Color information
#62B1B3 (or 0x62B1B3) is known color: Fountain Blue. HEX triplet: 62, B1 and B3. RGB value is (98,177,179). Sum of RGB (Red+Green+Blue) = 98+177+179=454 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.59% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 179 - color contains mainly: blue. Hex color #62B1B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62B1B3 is #9D4E4C. Grayscale: #999999. Windows color (decimal): -10309197 or 11776354. OLE color: 11776354.
HSL color Cylindrical-coordinate representation of color #62B1B3: hue angle of 181.48º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #62B1B3 is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 177 | 179 | - |
| CMYK | 0.45 | 0.01 | 0 | 0.30 |
| HSL | 181.48º | 0.35% | 0.54% | - |
| HSV(B) | 181.48º | 0.45% | 0.7% | - |
| XYZ | 28.9 | 37.3 | 48.32 | - |
| YUV | 153.61 | 142.33 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 177 | 179 | 0.45 | 0.01 | 0 | 0.30 | 181.48 | 0.35 | 0.54 |
| Hex | 62 | B1 | B3 | 2D | 1 | 0 | 1E | B5 | 23 | 36 |
| Octal | 142 | 261 | 263 | 55 | 1 | 0 | 36 | 265 | 43 | 66 |
| Binary | 1100010 | 10110001 | 10110011 | 101101 | 1 | 0 | 11110 | 10110101 | 100011 | 110110 |
Color Harmonies of #62B1B3
Complementary color
Monochromatic Colors of #62B1B3
Black with #62B1B3
Text Example
Text Example
White with #62B1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B1B3; }
p { color: rgb(98,177,179); }
H1.HeaderClassName
{
color: #62B1B3;
}
.AnyTagClassName
{
color: #62B1B3;
}
</style>
background-color css
<style>
a { background-color: #62B1B3; }
a { background-color: rgb(98,177,179); }
div.DivClassName
{
background-color: #62B1B3;
}
.BgClassName
{
background-color: #62B1B3;
}
</style>
border-color css
<style>
span { border-color: #62B1B3; }
span { border-color: rgb(98,177,179); }
td.TdClassName
{
border-color: #62B1B3;
}
.TagClassName
{
border-color: #62B1B3;
}
</style>