Shades of Fountain Blue #63BEC4
Tints of Fountain Blue #63BEC4
RGB
CMYK
RGB Variations
Color information
#63BEC4 (or 0x63BEC4) is known color: Fountain Blue. HEX triplet: 63, BE and C4. RGB value is (99,190,196). Sum of RGB (Red+Green+Blue) = 99+190+196=485 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.41% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 196 (76.95% from 255 or 40.41% from 485); Max value from RGB is 196 - color contains mainly: blue. Hex color #63BEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BEC4 is #9C413B. Grayscale: #A3A3A3. Windows color (decimal): -10240316 or 12893795. OLE color: 12893795.
HSL color Cylindrical-coordinate representation of color #63BEC4: hue angle of 183.71º 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 #63BEC4 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 99 | 190 | 196 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.23 |
| HSL | 183.71º | 0.45% | 0.58% | - |
| HSV(B) | 183.71º | 0.49% | 0.77% | - |
| XYZ | 33.52 | 43.47 | 58.85 | - |
| YUV | 163.48 | 146.35 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 190 | 196 | 0.49 | 0.03 | 0 | 0.23 | 183.71 | 0.45 | 0.58 |
| Hex | 63 | BE | C4 | 31 | 3 | 0 | 17 | B8 | 2D | 3A |
| Octal | 143 | 276 | 304 | 61 | 3 | 0 | 27 | 270 | 55 | 72 |
| Binary | 1100011 | 10111110 | 11000100 | 110001 | 11 | 0 | 10111 | 10111000 | 101101 | 111010 |
Color Harmonies of #63BEC4
Complementary color
Monochromatic Colors of #63BEC4
Black with #63BEC4
Text Example
Text Example
White with #63BEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BEC4; }
p { color: rgb(99,190,196); }
H1.HeaderClassName
{
color: #63BEC4;
}
.AnyTagClassName
{
color: #63BEC4;
}
</style>
background-color css
<style>
a { background-color: #63BEC4; }
a { background-color: rgb(99,190,196); }
div.DivClassName
{
background-color: #63BEC4;
}
.BgClassName
{
background-color: #63BEC4;
}
</style>
border-color css
<style>
span { border-color: #63BEC4; }
span { border-color: rgb(99,190,196); }
td.TdClassName
{
border-color: #63BEC4;
}
.TagClassName
{
border-color: #63BEC4;
}
</style>