Shades of Fountain Blue #63ADB6
Tints of Fountain Blue #63ADB6
RGB
CMYK
RGB Variations
Color information
#63ADB6 (or 0x63ADB6) is known color: Fountain Blue. HEX triplet: 63, AD and B6. RGB value is (99,173,182). Sum of RGB (Red+Green+Blue) = 99+173+182=454 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.81% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 182 - color contains mainly: blue. Hex color #63ADB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ADB6 is #9C5249. Grayscale: #979797. Windows color (decimal): -10244682 or 11971939. OLE color: 11971939.
HSL color Cylindrical-coordinate representation of color #63ADB6: hue angle of 186.51º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63ADB6 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 173 | 182 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.29 |
| HSL | 186.51º | 0.36% | 0.55% | - |
| HSV(B) | 186.51º | 0.46% | 0.71% | - |
| XYZ | 28.53 | 35.92 | 49.68 | - |
| YUV | 151.9 | 144.98 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 173 | 182 | 0.46 | 0.05 | 0 | 0.29 | 186.51 | 0.36 | 0.55 |
| Hex | 63 | AD | B6 | 2E | 5 | 0 | 1D | BB | 24 | 37 |
| Octal | 143 | 255 | 266 | 56 | 5 | 0 | 35 | 273 | 44 | 67 |
| Binary | 1100011 | 10101101 | 10110110 | 101110 | 101 | 0 | 11101 | 10111011 | 100100 | 110111 |
Color Harmonies of #63ADB6
Complementary color
Monochromatic Colors of #63ADB6
Black with #63ADB6
Text Example
Text Example
White with #63ADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ADB6; }
p { color: rgb(99,173,182); }
H1.HeaderClassName
{
color: #63ADB6;
}
.AnyTagClassName
{
color: #63ADB6;
}
</style>
background-color css
<style>
a { background-color: #63ADB6; }
a { background-color: rgb(99,173,182); }
div.DivClassName
{
background-color: #63ADB6;
}
.BgClassName
{
background-color: #63ADB6;
}
</style>
border-color css
<style>
span { border-color: #63ADB6; }
span { border-color: rgb(99,173,182); }
td.TdClassName
{
border-color: #63ADB6;
}
.TagClassName
{
border-color: #63ADB6;
}
</style>