Shades of Fountain Blue #63A8B5
Tints of Fountain Blue #63A8B5
RGB
CMYK
RGB Variations
Color information
#63A8B5 (or 0x63A8B5) is known color: Fountain Blue. HEX triplet: 63, A8 and B5. RGB value is (99,168,181). Sum of RGB (Red+Green+Blue) = 99+168+181=448 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.10% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 181 - color contains mainly: blue. Hex color #63A8B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A8B5 is #9C574A. Grayscale: #949494. Windows color (decimal): -10245963 or 11905123. OLE color: 11905123.
HSL color Cylindrical-coordinate representation of color #63A8B5: hue angle of 189.51º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #63A8B5 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 168 | 181 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.29 |
| HSL | 189.51º | 0.36% | 0.55% | - |
| HSV(B) | 189.51º | 0.45% | 0.71% | - |
| XYZ | 27.49 | 33.99 | 48.83 | - |
| YUV | 148.85 | 146.14 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 168 | 181 | 0.45 | 0.07 | 0 | 0.29 | 189.51 | 0.36 | 0.55 |
| Hex | 63 | A8 | B5 | 2D | 7 | 0 | 1D | BE | 24 | 37 |
| Octal | 143 | 250 | 265 | 55 | 7 | 0 | 35 | 276 | 44 | 67 |
| Binary | 1100011 | 10101000 | 10110101 | 101101 | 111 | 0 | 11101 | 10111110 | 100100 | 110111 |
Color Harmonies of #63A8B5
Complementary color
Monochromatic Colors of #63A8B5
Black with #63A8B5
Text Example
Text Example
White with #63A8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A8B5; }
p { color: rgb(99,168,181); }
H1.HeaderClassName
{
color: #63A8B5;
}
.AnyTagClassName
{
color: #63A8B5;
}
</style>
background-color css
<style>
a { background-color: #63A8B5; }
a { background-color: rgb(99,168,181); }
div.DivClassName
{
background-color: #63A8B5;
}
.BgClassName
{
background-color: #63A8B5;
}
</style>
border-color css
<style>
span { border-color: #63A8B5; }
span { border-color: rgb(99,168,181); }
td.TdClassName
{
border-color: #63A8B5;
}
.TagClassName
{
border-color: #63A8B5;
}
</style>