Shades of Fountain Blue #63C2C6
Tints of Fountain Blue #63C2C6
RGB
CMYK
RGB Variations
Color information
#63C2C6 (or 0x63C2C6) is known color: Fountain Blue. HEX triplet: 63, C2 and C6. RGB value is (99,194,198). Sum of RGB (Red+Green+Blue) = 99+194+198=491 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.16% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 198 - color contains mainly: blue. Hex color #63C2C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C2C6 is #9C3D39. Grayscale: #A5A5A5. Windows color (decimal): -10239290 or 13025891. OLE color: 13025891.
HSL color Cylindrical-coordinate representation of color #63C2C6: hue angle of 182.42º degrees, saturation: 0.46, 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 #63C2C6 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 194 | 198 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.22 |
| HSL | 182.42º | 0.46% | 0.58% | - |
| HSV(B) | 182.42º | 0.5% | 0.78% | - |
| XYZ | 34.63 | 45.31 | 60.35 | - |
| YUV | 166.05 | 146.03 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 194 | 198 | 0.50 | 0.02 | 0 | 0.22 | 182.42 | 0.46 | 0.58 |
| Hex | 63 | C2 | C6 | 32 | 2 | 0 | 16 | B6 | 2E | 3A |
| Octal | 143 | 302 | 306 | 62 | 2 | 0 | 26 | 266 | 56 | 72 |
| Binary | 1100011 | 11000010 | 11000110 | 110010 | 10 | 0 | 10110 | 10110110 | 101110 | 111010 |
Color Harmonies of #63C2C6
Complementary color
Monochromatic Colors of #63C2C6
Black with #63C2C6
Text Example
Text Example
White with #63C2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C2C6; }
p { color: rgb(99,194,198); }
H1.HeaderClassName
{
color: #63C2C6;
}
.AnyTagClassName
{
color: #63C2C6;
}
</style>
background-color css
<style>
a { background-color: #63C2C6; }
a { background-color: rgb(99,194,198); }
div.DivClassName
{
background-color: #63C2C6;
}
.BgClassName
{
background-color: #63C2C6;
}
</style>
border-color css
<style>
span { border-color: #63C2C6; }
span { border-color: rgb(99,194,198); }
td.TdClassName
{
border-color: #63C2C6;
}
.TagClassName
{
border-color: #63C2C6;
}
</style>