Shades of Fountain Blue #63C0C7
Tints of Fountain Blue #63C0C7
RGB
CMYK
RGB Variations
Color information
#63C0C7 (or 0x63C0C7) is known color: Fountain Blue. HEX triplet: 63, C0 and C7. RGB value is (99,192,199). Sum of RGB (Red+Green+Blue) = 99+192+199=490 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.20% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 199 (78.12% from 255 or 40.61% from 490); Max value from RGB is 199 - color contains mainly: blue. Hex color #63C0C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C0C7 is #9C3F38. Grayscale: #A4A4A4. Windows color (decimal): -10239801 or 13090915. OLE color: 13090915.
HSL color Cylindrical-coordinate representation of color #63C0C7: hue angle of 184.2º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63C0C7 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 192 | 199 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.22 |
| HSL | 184.2º | 0.47% | 0.58% | - |
| HSV(B) | 184.2º | 0.5% | 0.78% | - |
| XYZ | 34.3 | 44.48 | 60.81 | - |
| YUV | 164.99 | 147.19 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 192 | 199 | 0.50 | 0.04 | 0 | 0.22 | 184.2 | 0.47 | 0.58 |
| Hex | 63 | C0 | C7 | 32 | 4 | 0 | 16 | B8 | 2F | 3A |
| Octal | 143 | 300 | 307 | 62 | 4 | 0 | 26 | 270 | 57 | 72 |
| Binary | 1100011 | 11000000 | 11000111 | 110010 | 100 | 0 | 10110 | 10111000 | 101111 | 111010 |
Color Harmonies of #63C0C7
Complementary color
Monochromatic Colors of #63C0C7
Black with #63C0C7
Text Example
Text Example
White with #63C0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C0C7; }
p { color: rgb(99,192,199); }
H1.HeaderClassName
{
color: #63C0C7;
}
.AnyTagClassName
{
color: #63C0C7;
}
</style>
background-color css
<style>
a { background-color: #63C0C7; }
a { background-color: rgb(99,192,199); }
div.DivClassName
{
background-color: #63C0C7;
}
.BgClassName
{
background-color: #63C0C7;
}
</style>
border-color css
<style>
span { border-color: #63C0C7; }
span { border-color: rgb(99,192,199); }
td.TdClassName
{
border-color: #63C0C7;
}
.TagClassName
{
border-color: #63C0C7;
}
</style>