Shades of Fountain Blue #63BEC5
Tints of Fountain Blue #63BEC5
RGB
CMYK
RGB Variations
Color information
#63BEC5 (or 0x63BEC5) is known color: Fountain Blue. HEX triplet: 63, BE and C5. RGB value is (99,190,197). Sum of RGB (Red+Green+Blue) = 99+190+197=486 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.37% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 197 - color contains mainly: blue. Hex color #63BEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BEC5 is #9C413A. Grayscale: #A3A3A3. Windows color (decimal): -10240315 or 12959331. OLE color: 12959331.
HSL color Cylindrical-coordinate representation of color #63BEC5: hue angle of 184.29º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63BEC5 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 99 | 190 | 197 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.23 |
| HSL | 184.29º | 0.46% | 0.58% | - |
| HSV(B) | 184.29º | 0.5% | 0.77% | - |
| XYZ | 33.64 | 43.51 | 59.45 | - |
| YUV | 163.59 | 146.85 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 190 | 197 | 0.50 | 0.04 | 0 | 0.23 | 184.29 | 0.46 | 0.58 |
| Hex | 63 | BE | C5 | 32 | 4 | 0 | 17 | B8 | 2E | 3A |
| Octal | 143 | 276 | 305 | 62 | 4 | 0 | 27 | 270 | 56 | 72 |
| Binary | 1100011 | 10111110 | 11000101 | 110010 | 100 | 0 | 10111 | 10111000 | 101110 | 111010 |
Color Harmonies of #63BEC5
Complementary color
Monochromatic Colors of #63BEC5
Black with #63BEC5
Text Example
Text Example
White with #63BEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BEC5; }
p { color: rgb(99,190,197); }
H1.HeaderClassName
{
color: #63BEC5;
}
.AnyTagClassName
{
color: #63BEC5;
}
</style>
background-color css
<style>
a { background-color: #63BEC5; }
a { background-color: rgb(99,190,197); }
div.DivClassName
{
background-color: #63BEC5;
}
.BgClassName
{
background-color: #63BEC5;
}
</style>
border-color css
<style>
span { border-color: #63BEC5; }
span { border-color: rgb(99,190,197); }
td.TdClassName
{
border-color: #63BEC5;
}
.TagClassName
{
border-color: #63BEC5;
}
</style>