Shades of Fountain Blue #63BFC1
Tints of Fountain Blue #63BFC1
RGB
CMYK
RGB Variations
Color information
#63BFC1 (or 0x63BFC1) is known color: Fountain Blue. HEX triplet: 63, BF and C1. RGB value is (99,191,193). Sum of RGB (Red+Green+Blue) = 99+191+193=483 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.50% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #63BFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BFC1 is #9C403E. Grayscale: #A3A3A3. Windows color (decimal): -10240063 or 12697443. OLE color: 12697443.
HSL color Cylindrical-coordinate representation of color #63BFC1: hue angle of 181.28º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63BFC1 is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 191 | 193 | - |
| CMYK | 0.49 | 0.01 | 0 | 0.24 |
| HSL | 181.28º | 0.43% | 0.57% | - |
| HSV(B) | 181.28º | 0.49% | 0.76% | - |
| XYZ | 33.4 | 43.76 | 57.14 | - |
| YUV | 163.72 | 144.52 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 191 | 193 | 0.49 | 0.01 | 0 | 0.24 | 181.28 | 0.43 | 0.57 |
| Hex | 63 | BF | C1 | 31 | 1 | 0 | 18 | B5 | 2B | 39 |
| Octal | 143 | 277 | 301 | 61 | 1 | 0 | 30 | 265 | 53 | 71 |
| Binary | 1100011 | 10111111 | 11000001 | 110001 | 1 | 0 | 11000 | 10110101 | 101011 | 111001 |
Color Harmonies of #63BFC1
Complementary color
Monochromatic Colors of #63BFC1
Black with #63BFC1
Text Example
Text Example
White with #63BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BFC1; }
p { color: rgb(99,191,193); }
H1.HeaderClassName
{
color: #63BFC1;
}
.AnyTagClassName
{
color: #63BFC1;
}
</style>
background-color css
<style>
a { background-color: #63BFC1; }
a { background-color: rgb(99,191,193); }
div.DivClassName
{
background-color: #63BFC1;
}
.BgClassName
{
background-color: #63BFC1;
}
</style>
border-color css
<style>
span { border-color: #63BFC1; }
span { border-color: rgb(99,191,193); }
td.TdClassName
{
border-color: #63BFC1;
}
.TagClassName
{
border-color: #63BFC1;
}
</style>