Shades of Baby Blue #63F6EC
Tints of Baby Blue #63F6EC
RGB
CMYK
RGB Variations
Color information
#63F6EC (or 0x63F6EC) is known color: Baby Blue. HEX triplet: 63, F6 and EC. RGB value is (99,246,236). Sum of RGB (Red+Green+Blue) = 99+246+236=581 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.04% from 581); Green value is 246 (96.48% from 255 or 42.34% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 246 - color contains mainly: green. Hex color #63F6EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63F6EC is #9C0913. Grayscale: #C8C8C8. Windows color (decimal): -10225940 or 15529571. OLE color: 15529571.
HSL color Cylindrical-coordinate representation of color #63F6EC: hue angle of 175.92º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63F6EC is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 99 | 246 | 236 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.04 |
| HSL | 175.92º | 0.89% | 0.68% | - |
| HSV(B) | 175.92º | 0.6% | 0.96% | - |
| XYZ | 53.24 | 74.62 | 90.95 | - |
| YUV | 200.91 | 147.8 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 246 | 236 | 0.60 | 0 | 0.04 | 0.04 | 175.92 | 0.89 | 0.68 |
| Hex | 63 | F6 | EC | 3C | 0 | 4 | 4 | B0 | 59 | 44 |
| Octal | 143 | 366 | 354 | 74 | 0 | 4 | 4 | 260 | 131 | 104 |
| Binary | 1100011 | 11110110 | 11101100 | 111100 | 0 | 100 | 100 | 10110000 | 1011001 | 1000100 |
Color Harmonies of #63F6EC
Complementary color
Monochromatic Colors of #63F6EC
Black with #63F6EC
Text Example
Text Example
White with #63F6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F6EC; }
p { color: rgb(99,246,236); }
H1.HeaderClassName
{
color: #63F6EC;
}
.AnyTagClassName
{
color: #63F6EC;
}
</style>
background-color css
<style>
a { background-color: #63F6EC; }
a { background-color: rgb(99,246,236); }
div.DivClassName
{
background-color: #63F6EC;
}
.BgClassName
{
background-color: #63F6EC;
}
</style>
border-color css
<style>
span { border-color: #63F6EC; }
span { border-color: rgb(99,246,236); }
td.TdClassName
{
border-color: #63F6EC;
}
.TagClassName
{
border-color: #63F6EC;
}
</style>