Shades of Fountain Blue #63BDBB
Tints of Fountain Blue #63BDBB
RGB
CMYK
RGB Variations
Color information
#63BDBB (or 0x63BDBB) is known color: Fountain Blue. HEX triplet: 63, BD and BB. RGB value is (99,189,187). Sum of RGB (Red+Green+Blue) = 99+189+187=475 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.84% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #63BDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BDBB is #9C4244. Grayscale: #A1A1A1. Windows color (decimal): -10240581 or 12303715. OLE color: 12303715.
HSL color Cylindrical-coordinate representation of color #63BDBB: hue angle of 178.67º 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 #63BDBB is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 189 | 187 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.26 |
| HSL | 178.67º | 0.41% | 0.56% | - |
| HSV(B) | 178.67º | 0.48% | 0.74% | - |
| XYZ | 32.31 | 42.64 | 53.54 | - |
| YUV | 161.86 | 142.18 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 189 | 187 | 0.48 | 0 | 0.01 | 0.26 | 178.67 | 0.41 | 0.56 |
| Hex | 63 | BD | BB | 30 | 0 | 1 | 1A | B3 | 29 | 38 |
| Octal | 143 | 275 | 273 | 60 | 0 | 1 | 32 | 263 | 51 | 70 |
| Binary | 1100011 | 10111101 | 10111011 | 110000 | 0 | 1 | 11010 | 10110011 | 101001 | 111000 |
Color Harmonies of #63BDBB
Complementary color
Monochromatic Colors of #63BDBB
Black with #63BDBB
Text Example
Text Example
White with #63BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BDBB; }
p { color: rgb(99,189,187); }
H1.HeaderClassName
{
color: #63BDBB;
}
.AnyTagClassName
{
color: #63BDBB;
}
</style>
background-color css
<style>
a { background-color: #63BDBB; }
a { background-color: rgb(99,189,187); }
div.DivClassName
{
background-color: #63BDBB;
}
.BgClassName
{
background-color: #63BDBB;
}
</style>
border-color css
<style>
span { border-color: #63BDBB; }
span { border-color: rgb(99,189,187); }
td.TdClassName
{
border-color: #63BDBB;
}
.TagClassName
{
border-color: #63BDBB;
}
</style>