Shades of Fountain Blue #63AEBC
Tints of Fountain Blue #63AEBC
RGB
CMYK
RGB Variations
Color information
#63AEBC (or 0x63AEBC) is known color: Fountain Blue. HEX triplet: 63, AE and BC. RGB value is (99,174,188). Sum of RGB (Red+Green+Blue) = 99+174+188=461 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.48% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #63AEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AEBC is #9C5143. Grayscale: #999999. Windows color (decimal): -10244420 or 12365411. OLE color: 12365411.
HSL color Cylindrical-coordinate representation of color #63AEBC: hue angle of 189.44º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63AEBC is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 174 | 188 | - |
| CMYK | 0.47 | 0.07 | 0 | 0.26 |
| HSL | 189.44º | 0.4% | 0.56% | - |
| HSV(B) | 189.44º | 0.47% | 0.74% | - |
| XYZ | 29.36 | 36.56 | 53.09 | - |
| YUV | 153.17 | 147.65 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 174 | 188 | 0.47 | 0.07 | 0 | 0.26 | 189.44 | 0.4 | 0.56 |
| Hex | 63 | AE | BC | 2F | 7 | 0 | 1A | BD | 28 | 38 |
| Octal | 143 | 256 | 274 | 57 | 7 | 0 | 32 | 275 | 50 | 70 |
| Binary | 1100011 | 10101110 | 10111100 | 101111 | 111 | 0 | 11010 | 10111101 | 101000 | 111000 |
Color Harmonies of #63AEBC
Complementary color
Monochromatic Colors of #63AEBC
Black with #63AEBC
Text Example
Text Example
White with #63AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AEBC; }
p { color: rgb(99,174,188); }
H1.HeaderClassName
{
color: #63AEBC;
}
.AnyTagClassName
{
color: #63AEBC;
}
</style>
background-color css
<style>
a { background-color: #63AEBC; }
a { background-color: rgb(99,174,188); }
div.DivClassName
{
background-color: #63AEBC;
}
.BgClassName
{
background-color: #63AEBC;
}
</style>
border-color css
<style>
span { border-color: #63AEBC; }
span { border-color: rgb(99,174,188); }
td.TdClassName
{
border-color: #63AEBC;
}
.TagClassName
{
border-color: #63AEBC;
}
</style>