Shades of Baby Blue #63FFF6
Tints of Baby Blue #63FFF6
RGB
CMYK
RGB Variations
Color information
#63FFF6 (or 0x63FFF6) is known color: Baby Blue. HEX triplet: 63, FF and F6. RGB value is (99,255,246). Sum of RGB (Red+Green+Blue) = 99+255+246=600 (79% of max value = 765). Red value is 99 (39.06% from 255 or 16.5% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 246 (96.48% from 255 or 41% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #63FFF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FFF6 is #9C0009. Grayscale: #CFCFCF. Windows color (decimal): -10223626 or 16187235. OLE color: 16187235.
HSL color Cylindrical-coordinate representation of color #63FFF6: hue angle of 176.54º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63FFF6 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 255 | 246 | - |
| CMYK | 0.61 | 0 | 0.04 | 0 |
| HSL | 176.54º | 1% | 0.69% | - |
| HSV(B) | 176.54º | 0.61% | 1% | - |
| XYZ | 57.54 | 80.83 | 99.76 | - |
| YUV | 207.33 | 149.82 | 50.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 255 | 246 | 0.61 | 0 | 0.04 | 0 | 176.54 | 1 | 0.69 |
| Hex | 63 | FF | F6 | 3D | 0 | 4 | 0 | B1 | 64 | 45 |
| Octal | 143 | 377 | 366 | 75 | 0 | 4 | 0 | 261 | 144 | 105 |
| Binary | 1100011 | 11111111 | 11110110 | 111101 | 0 | 100 | 0 | 10110001 | 1100100 | 1000101 |
Color Harmonies of #63FFF6
Complementary color
Monochromatic Colors of #63FFF6
Black with #63FFF6
Text Example
Text Example
White with #63FFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FFF6; }
p { color: rgb(99,255,246); }
H1.HeaderClassName
{
color: #63FFF6;
}
.AnyTagClassName
{
color: #63FFF6;
}
</style>
background-color css
<style>
a { background-color: #63FFF6; }
a { background-color: rgb(99,255,246); }
div.DivClassName
{
background-color: #63FFF6;
}
.BgClassName
{
background-color: #63FFF6;
}
</style>
border-color css
<style>
span { border-color: #63FFF6; }
span { border-color: rgb(99,255,246); }
td.TdClassName
{
border-color: #63FFF6;
}
.TagClassName
{
border-color: #63FFF6;
}
</style>