Shades of Fountain Blue #63ADC0
Tints of Fountain Blue #63ADC0
RGB
CMYK
RGB Variations
Color information
#63ADC0 (or 0x63ADC0) is known color: Fountain Blue. HEX triplet: 63, AD and C0. RGB value is (99,173,192). Sum of RGB (Red+Green+Blue) = 99+173+192=464 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.34% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #63ADC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ADC0 is #9C523F. Grayscale: #989898. Windows color (decimal): -10244672 or 12627299. OLE color: 12627299.
HSL color Cylindrical-coordinate representation of color #63ADC0: hue angle of 192.26º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63ADC0 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 173 | 192 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.25 |
| HSL | 192.26º | 0.42% | 0.57% | - |
| HSV(B) | 192.26º | 0.48% | 0.75% | - |
| XYZ | 29.6 | 36.35 | 55.32 | - |
| YUV | 153.04 | 149.98 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 173 | 192 | 0.48 | 0.10 | 0 | 0.25 | 192.26 | 0.42 | 0.57 |
| Hex | 63 | AD | C0 | 30 | A | 0 | 19 | C0 | 2A | 39 |
| Octal | 143 | 255 | 300 | 60 | 12 | 0 | 31 | 300 | 52 | 71 |
| Binary | 1100011 | 10101101 | 11000000 | 110000 | 1010 | 0 | 11001 | 11000000 | 101010 | 111001 |
Color Harmonies of #63ADC0
Complementary color
Monochromatic Colors of #63ADC0
Black with #63ADC0
Text Example
Text Example
White with #63ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ADC0; }
p { color: rgb(99,173,192); }
H1.HeaderClassName
{
color: #63ADC0;
}
.AnyTagClassName
{
color: #63ADC0;
}
</style>
background-color css
<style>
a { background-color: #63ADC0; }
a { background-color: rgb(99,173,192); }
div.DivClassName
{
background-color: #63ADC0;
}
.BgClassName
{
background-color: #63ADC0;
}
</style>
border-color css
<style>
span { border-color: #63ADC0; }
span { border-color: rgb(99,173,192); }
td.TdClassName
{
border-color: #63ADC0;
}
.TagClassName
{
border-color: #63ADC0;
}
</style>