Shades of Fountain Blue #63AEAD
Tints of Fountain Blue #63AEAD
RGB
CMYK
RGB Variations
Color information
#63AEAD (or 0x63AEAD) is known color: Fountain Blue. HEX triplet: 63, AE and AD. RGB value is (99,174,173). Sum of RGB (Red+Green+Blue) = 99+174+173=446 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.20% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 174 - color contains mainly: green. Hex color #63AEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AEAD is #9C5152. Grayscale: #979797. Windows color (decimal): -10244435 or 11382371. OLE color: 11382371.
HSL color Cylindrical-coordinate representation of color #63AEAD: hue angle of 179.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63AEAD is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 174 | 173 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.32 |
| HSL | 179.2º | 0.32% | 0.54% | - |
| HSV(B) | 179.2º | 0.43% | 0.68% | - |
| XYZ | 27.82 | 35.94 | 45.01 | - |
| YUV | 151.46 | 140.15 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 174 | 173 | 0.43 | 0 | 0.01 | 0.32 | 179.2 | 0.32 | 0.54 |
| Hex | 63 | AE | AD | 2B | 0 | 1 | 20 | B3 | 20 | 36 |
| Octal | 143 | 256 | 255 | 53 | 0 | 1 | 40 | 263 | 40 | 66 |
| Binary | 1100011 | 10101110 | 10101101 | 101011 | 0 | 1 | 100000 | 10110011 | 100000 | 110110 |
Color Harmonies of #63AEAD
Complementary color
Monochromatic Colors of #63AEAD
Black with #63AEAD
Text Example
Text Example
White with #63AEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AEAD; }
p { color: rgb(99,174,173); }
H1.HeaderClassName
{
color: #63AEAD;
}
.AnyTagClassName
{
color: #63AEAD;
}
</style>
background-color css
<style>
a { background-color: #63AEAD; }
a { background-color: rgb(99,174,173); }
div.DivClassName
{
background-color: #63AEAD;
}
.BgClassName
{
background-color: #63AEAD;
}
</style>
border-color css
<style>
span { border-color: #63AEAD; }
span { border-color: rgb(99,174,173); }
td.TdClassName
{
border-color: #63AEAD;
}
.TagClassName
{
border-color: #63AEAD;
}
</style>