Shades of Fountain Blue #63ABAB
Tints of Fountain Blue #63ABAB
RGB
CMYK
RGB Variations
Color information
#63ABAB (or 0x63ABAB) is known color: Fountain Blue. HEX triplet: 63, AB and AB. RGB value is (99,171,171). Sum of RGB (Red+Green+Blue) = 99+171+171=441 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.45% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #63ABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63ABAB is #9C5454. Grayscale: #959595. Windows color (decimal): -10245205 or 11250531. OLE color: 11250531.
HSL color Cylindrical-coordinate representation of color #63ABAB: hue angle of 180º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63ABAB is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 171 | 171 | - |
| CMYK | 0.42 | 0 | 0 | 0.33 |
| HSL | 180º | 0.3% | 0.53% | - |
| HSV(B) | 180º | 0.42% | 0.67% | - |
| XYZ | 27.06 | 34.72 | 43.8 | - |
| YUV | 149.47 | 140.15 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 171 | 171 | 0.42 | 0 | 0 | 0.33 | 180 | 0.3 | 0.53 |
| Hex | 63 | AB | AB | 2A | 0 | 0 | 21 | B4 | 1E | 35 |
| Octal | 143 | 253 | 253 | 52 | 0 | 0 | 41 | 264 | 36 | 65 |
| Binary | 1100011 | 10101011 | 10101011 | 101010 | 0 | 0 | 100001 | 10110100 | 11110 | 110101 |
Color Harmonies of #63ABAB
Complementary color
Monochromatic Colors of #63ABAB
Black with #63ABAB
Text Example
Text Example
White with #63ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ABAB; }
p { color: rgb(99,171,171); }
H1.HeaderClassName
{
color: #63ABAB;
}
.AnyTagClassName
{
color: #63ABAB;
}
</style>
background-color css
<style>
a { background-color: #63ABAB; }
a { background-color: rgb(99,171,171); }
div.DivClassName
{
background-color: #63ABAB;
}
.BgClassName
{
background-color: #63ABAB;
}
</style>
border-color css
<style>
span { border-color: #63ABAB; }
span { border-color: rgb(99,171,171); }
td.TdClassName
{
border-color: #63ABAB;
}
.TagClassName
{
border-color: #63ABAB;
}
</style>