Shades of Fountain Blue #63BDC4
Tints of Fountain Blue #63BDC4
RGB
CMYK
RGB Variations
Color information
#63BDC4 (or 0x63BDC4) is known color: Fountain Blue. HEX triplet: 63, BD and C4. RGB value is (99,189,196). Sum of RGB (Red+Green+Blue) = 99+189+196=484 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.45% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 196 - color contains mainly: blue. Hex color #63BDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BDC4 is #9C423B. Grayscale: #A2A2A2. Windows color (decimal): -10240572 or 12893539. OLE color: 12893539.
HSL color Cylindrical-coordinate representation of color #63BDC4: hue angle of 184.33º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63BDC4 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 99 | 189 | 196 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.23 |
| HSL | 184.33º | 0.45% | 0.58% | - |
| HSV(B) | 184.33º | 0.49% | 0.77% | - |
| XYZ | 33.31 | 43.03 | 58.78 | - |
| YUV | 162.89 | 146.68 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 189 | 196 | 0.49 | 0.04 | 0 | 0.23 | 184.33 | 0.45 | 0.58 |
| Hex | 63 | BD | C4 | 31 | 4 | 0 | 17 | B8 | 2D | 3A |
| Octal | 143 | 275 | 304 | 61 | 4 | 0 | 27 | 270 | 55 | 72 |
| Binary | 1100011 | 10111101 | 11000100 | 110001 | 100 | 0 | 10111 | 10111000 | 101101 | 111010 |
Color Harmonies of #63BDC4
Complementary color
Monochromatic Colors of #63BDC4
Black with #63BDC4
Text Example
Text Example
White with #63BDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BDC4; }
p { color: rgb(99,189,196); }
H1.HeaderClassName
{
color: #63BDC4;
}
.AnyTagClassName
{
color: #63BDC4;
}
</style>
background-color css
<style>
a { background-color: #63BDC4; }
a { background-color: rgb(99,189,196); }
div.DivClassName
{
background-color: #63BDC4;
}
.BgClassName
{
background-color: #63BDC4;
}
</style>
border-color css
<style>
span { border-color: #63BDC4; }
span { border-color: rgb(99,189,196); }
td.TdClassName
{
border-color: #63BDC4;
}
.TagClassName
{
border-color: #63BDC4;
}
</style>