Shades of Fountain Blue #62BFC3
Tints of Fountain Blue #62BFC3
RGB
CMYK
RGB Variations
Color information
#62BFC3 (or 0x62BFC3) is known color: Fountain Blue. HEX triplet: 62, BF and C3. RGB value is (98,191,195). Sum of RGB (Red+Green+Blue) = 98+191+195=484 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.25% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 195 - color contains mainly: blue. Hex color #62BFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BFC3 is #9D403C. Grayscale: #A3A3A3. Windows color (decimal): -10305597 or 12828514. OLE color: 12828514.
HSL color Cylindrical-coordinate representation of color #62BFC3: hue angle of 182.47º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62BFC3 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 191 | 195 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.24 |
| HSL | 182.47º | 0.45% | 0.57% | - |
| HSV(B) | 182.47º | 0.5% | 0.76% | - |
| XYZ | 33.52 | 43.8 | 58.32 | - |
| YUV | 163.65 | 145.69 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 191 | 195 | 0.50 | 0.02 | 0 | 0.24 | 182.47 | 0.45 | 0.57 |
| Hex | 62 | BF | C3 | 32 | 2 | 0 | 18 | B6 | 2D | 39 |
| Octal | 142 | 277 | 303 | 62 | 2 | 0 | 30 | 266 | 55 | 71 |
| Binary | 1100010 | 10111111 | 11000011 | 110010 | 10 | 0 | 11000 | 10110110 | 101101 | 111001 |
Color Harmonies of #62BFC3
Complementary color
Monochromatic Colors of #62BFC3
Black with #62BFC3
Text Example
Text Example
White with #62BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BFC3; }
p { color: rgb(98,191,195); }
H1.HeaderClassName
{
color: #62BFC3;
}
.AnyTagClassName
{
color: #62BFC3;
}
</style>
background-color css
<style>
a { background-color: #62BFC3; }
a { background-color: rgb(98,191,195); }
div.DivClassName
{
background-color: #62BFC3;
}
.BgClassName
{
background-color: #62BFC3;
}
</style>
border-color css
<style>
span { border-color: #62BFC3; }
span { border-color: rgb(98,191,195); }
td.TdClassName
{
border-color: #62BFC3;
}
.TagClassName
{
border-color: #62BFC3;
}
</style>