Shades of Fountain Blue #63BDBD
Tints of Fountain Blue #63BDBD
RGB
CMYK
RGB Variations
Color information
#63BDBD (or 0x63BDBD) is known color: Fountain Blue. HEX triplet: 63, BD and BD. RGB value is (99,189,189). Sum of RGB (Red+Green+Blue) = 99+189+189=477 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.75% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #63BDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BDBD is #9C4242. Grayscale: #A1A1A1. Windows color (decimal): -10240579 or 12434787. OLE color: 12434787.
HSL color Cylindrical-coordinate representation of color #63BDBD: hue angle of 180º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63BDBD is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 189 | 189 | - |
| CMYK | 0.48 | 0 | 0 | 0.26 |
| HSL | 180º | 0.41% | 0.56% | - |
| HSV(B) | 180º | 0.48% | 0.74% | - |
| XYZ | 32.53 | 42.72 | 54.68 | - |
| YUV | 162.09 | 143.18 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 189 | 189 | 0.48 | 0 | 0 | 0.26 | 180 | 0.41 | 0.56 |
| Hex | 63 | BD | BD | 30 | 0 | 0 | 1A | B4 | 29 | 38 |
| Octal | 143 | 275 | 275 | 60 | 0 | 0 | 32 | 264 | 51 | 70 |
| Binary | 1100011 | 10111101 | 10111101 | 110000 | 0 | 0 | 11010 | 10110100 | 101001 | 111000 |
Color Harmonies of #63BDBD
Complementary color
Monochromatic Colors of #63BDBD
Black with #63BDBD
Text Example
Text Example
White with #63BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BDBD; }
p { color: rgb(99,189,189); }
H1.HeaderClassName
{
color: #63BDBD;
}
.AnyTagClassName
{
color: #63BDBD;
}
</style>
background-color css
<style>
a { background-color: #63BDBD; }
a { background-color: rgb(99,189,189); }
div.DivClassName
{
background-color: #63BDBD;
}
.BgClassName
{
background-color: #63BDBD;
}
</style>
border-color css
<style>
span { border-color: #63BDBD; }
span { border-color: rgb(99,189,189); }
td.TdClassName
{
border-color: #63BDBD;
}
.TagClassName
{
border-color: #63BDBD;
}
</style>