Shades of Fountain Blue #63AFB0
Tints of Fountain Blue #63AFB0
RGB
CMYK
RGB Variations
Color information
#63AFB0 (or 0x63AFB0) is known color: Fountain Blue. HEX triplet: 63, AF and B0. RGB value is (99,175,176). Sum of RGB (Red+Green+Blue) = 99+175+176=450 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 176 - color contains mainly: blue. Hex color #63AFB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AFB0 is #9C504F. Grayscale: #989898. Windows color (decimal): -10244176 or 11579235. OLE color: 11579235.
HSL color Cylindrical-coordinate representation of color #63AFB0: hue angle of 180.78º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #63AFB0 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 175 | 176 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.31 |
| HSL | 180.78º | 0.33% | 0.54% | - |
| HSV(B) | 180.78º | 0.44% | 0.69% | - |
| XYZ | 28.31 | 36.45 | 46.62 | - |
| YUV | 152.39 | 141.32 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 175 | 176 | 0.44 | 0.01 | 0 | 0.31 | 180.78 | 0.33 | 0.54 |
| Hex | 63 | AF | B0 | 2C | 1 | 0 | 1F | B5 | 21 | 36 |
| Octal | 143 | 257 | 260 | 54 | 1 | 0 | 37 | 265 | 41 | 66 |
| Binary | 1100011 | 10101111 | 10110000 | 101100 | 1 | 0 | 11111 | 10110101 | 100001 | 110110 |
Color Harmonies of #63AFB0
Complementary color
Monochromatic Colors of #63AFB0
Black with #63AFB0
Text Example
Text Example
White with #63AFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AFB0; }
p { color: rgb(99,175,176); }
H1.HeaderClassName
{
color: #63AFB0;
}
.AnyTagClassName
{
color: #63AFB0;
}
</style>
background-color css
<style>
a { background-color: #63AFB0; }
a { background-color: rgb(99,175,176); }
div.DivClassName
{
background-color: #63AFB0;
}
.BgClassName
{
background-color: #63AFB0;
}
</style>
border-color css
<style>
span { border-color: #63AFB0; }
span { border-color: rgb(99,175,176); }
td.TdClassName
{
border-color: #63AFB0;
}
.TagClassName
{
border-color: #63AFB0;
}
</style>