Shades of Fountain Blue #63BEBC
Tints of Fountain Blue #63BEBC
RGB
CMYK
RGB Variations
Color information
#63BEBC (or 0x63BEBC) is known color: Fountain Blue. HEX triplet: 63, BE and BC. RGB value is (99,190,188). Sum of RGB (Red+Green+Blue) = 99+190+188=477 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.75% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #63BEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BEBC is #9C4143. Grayscale: #A2A2A2. Windows color (decimal): -10240324 or 12369507. OLE color: 12369507.
HSL color Cylindrical-coordinate representation of color #63BEBC: hue angle of 178.68º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63BEBC is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 190 | 188 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.25 |
| HSL | 178.68º | 0.41% | 0.57% | - |
| HSV(B) | 178.68º | 0.48% | 0.75% | - |
| XYZ | 32.64 | 43.11 | 54.18 | - |
| YUV | 162.56 | 142.35 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 190 | 188 | 0.48 | 0 | 0.01 | 0.25 | 178.68 | 0.41 | 0.57 |
| Hex | 63 | BE | BC | 30 | 0 | 1 | 19 | B3 | 29 | 39 |
| Octal | 143 | 276 | 274 | 60 | 0 | 1 | 31 | 263 | 51 | 71 |
| Binary | 1100011 | 10111110 | 10111100 | 110000 | 0 | 1 | 11001 | 10110011 | 101001 | 111001 |
Color Harmonies of #63BEBC
Complementary color
Monochromatic Colors of #63BEBC
Black with #63BEBC
Text Example
Text Example
White with #63BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BEBC; }
p { color: rgb(99,190,188); }
H1.HeaderClassName
{
color: #63BEBC;
}
.AnyTagClassName
{
color: #63BEBC;
}
</style>
background-color css
<style>
a { background-color: #63BEBC; }
a { background-color: rgb(99,190,188); }
div.DivClassName
{
background-color: #63BEBC;
}
.BgClassName
{
background-color: #63BEBC;
}
</style>
border-color css
<style>
span { border-color: #63BEBC; }
span { border-color: rgb(99,190,188); }
td.TdClassName
{
border-color: #63BEBC;
}
.TagClassName
{
border-color: #63BEBC;
}
</style>