Shades of Fountain Blue #63C0C1
Tints of Fountain Blue #63C0C1
RGB
CMYK
RGB Variations
Color information
#63C0C1 (or 0x63C0C1) is known color: Fountain Blue. HEX triplet: 63, C0 and C1. RGB value is (99,192,193). Sum of RGB (Red+Green+Blue) = 99+192+193=484 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.45% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 193 - color contains mainly: blue. Hex color #63C0C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C0C1 is #9C3F3E. Grayscale: #A4A4A4. Windows color (decimal): -10239807 or 12697699. OLE color: 12697699.
HSL color Cylindrical-coordinate representation of color #63C0C1: hue angle of 180.64º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63C0C1 is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 192 | 193 | - |
| CMYK | 0.49 | 0.01 | 0 | 0.24 |
| HSL | 180.64º | 0.43% | 0.57% | - |
| HSV(B) | 180.64º | 0.49% | 0.76% | - |
| XYZ | 33.62 | 44.2 | 57.21 | - |
| YUV | 164.31 | 144.19 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 192 | 193 | 0.49 | 0.01 | 0 | 0.24 | 180.64 | 0.43 | 0.57 |
| Hex | 63 | C0 | C1 | 31 | 1 | 0 | 18 | B5 | 2B | 39 |
| Octal | 143 | 300 | 301 | 61 | 1 | 0 | 30 | 265 | 53 | 71 |
| Binary | 1100011 | 11000000 | 11000001 | 110001 | 1 | 0 | 11000 | 10110101 | 101011 | 111001 |
Color Harmonies of #63C0C1
Complementary color
Monochromatic Colors of #63C0C1
Black with #63C0C1
Text Example
Text Example
White with #63C0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C0C1; }
p { color: rgb(99,192,193); }
H1.HeaderClassName
{
color: #63C0C1;
}
.AnyTagClassName
{
color: #63C0C1;
}
</style>
background-color css
<style>
a { background-color: #63C0C1; }
a { background-color: rgb(99,192,193); }
div.DivClassName
{
background-color: #63C0C1;
}
.BgClassName
{
background-color: #63C0C1;
}
</style>
border-color css
<style>
span { border-color: #63C0C1; }
span { border-color: rgb(99,192,193); }
td.TdClassName
{
border-color: #63C0C1;
}
.TagClassName
{
border-color: #63C0C1;
}
</style>