Shades of Fountain Blue #62BDC3
Tints of Fountain Blue #62BDC3
RGB
CMYK
RGB Variations
Color information
#62BDC3 (or 0x62BDC3) is known color: Fountain Blue. HEX triplet: 62, BD and C3. RGB value is (98,189,195). Sum of RGB (Red+Green+Blue) = 98+189+195=482 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.33% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 195 - color contains mainly: blue. Hex color #62BDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BDC3 is #9D423C. Grayscale: #A2A2A2. Windows color (decimal): -10306109 or 12828002. OLE color: 12828002.
HSL color Cylindrical-coordinate representation of color #62BDC3: hue angle of 183.71º 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 #62BDC3 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 189 | 195 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.24 |
| HSL | 183.71º | 0.45% | 0.57% | - |
| HSV(B) | 183.71º | 0.5% | 0.76% | - |
| XYZ | 33.08 | 42.93 | 58.17 | - |
| YUV | 162.48 | 146.35 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 189 | 195 | 0.50 | 0.03 | 0 | 0.24 | 183.71 | 0.45 | 0.57 |
| Hex | 62 | BD | C3 | 32 | 3 | 0 | 18 | B8 | 2D | 39 |
| Octal | 142 | 275 | 303 | 62 | 3 | 0 | 30 | 270 | 55 | 71 |
| Binary | 1100010 | 10111101 | 11000011 | 110010 | 11 | 0 | 11000 | 10111000 | 101101 | 111001 |
Color Harmonies of #62BDC3
Complementary color
Monochromatic Colors of #62BDC3
Black with #62BDC3
Text Example
Text Example
White with #62BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BDC3; }
p { color: rgb(98,189,195); }
H1.HeaderClassName
{
color: #62BDC3;
}
.AnyTagClassName
{
color: #62BDC3;
}
</style>
background-color css
<style>
a { background-color: #62BDC3; }
a { background-color: rgb(98,189,195); }
div.DivClassName
{
background-color: #62BDC3;
}
.BgClassName
{
background-color: #62BDC3;
}
</style>
border-color css
<style>
span { border-color: #62BDC3; }
span { border-color: rgb(98,189,195); }
td.TdClassName
{
border-color: #62BDC3;
}
.TagClassName
{
border-color: #62BDC3;
}
</style>