Shades of Baby Blue #63FFF9
Tints of Baby Blue #63FFF9
RGB
CMYK
RGB Variations
Color information
#63FFF9 (or 0x63FFF9) is known color: Baby Blue. HEX triplet: 63, FF and F9. RGB value is (99,255,249). Sum of RGB (Red+Green+Blue) = 99+255+249=603 (79% of max value = 765). Red value is 99 (39.06% from 255 or 16.42% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #63FFF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FFF9 is #9C0006. Grayscale: #CFCFCF. Windows color (decimal): -10223623 or 16383843. OLE color: 16383843.
HSL color Cylindrical-coordinate representation of color #63FFF9: hue angle of 177.69º 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 #63FFF9 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 255 | 249 | - |
| CMYK | 0.61 | 0 | 0.02 | 0 |
| HSL | 177.69º | 1% | 0.69% | - |
| HSV(B) | 177.69º | 0.61% | 1% | - |
| XYZ | 58 | 81.01 | 102.2 | - |
| YUV | 207.67 | 151.32 | 50.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 255 | 249 | 0.61 | 0 | 0.02 | 0 | 177.69 | 1 | 0.69 |
| Hex | 63 | FF | F9 | 3D | 0 | 2 | 0 | B2 | 64 | 45 |
| Octal | 143 | 377 | 371 | 75 | 0 | 2 | 0 | 262 | 144 | 105 |
| Binary | 1100011 | 11111111 | 11111001 | 111101 | 0 | 10 | 0 | 10110010 | 1100100 | 1000101 |
Color Harmonies of #63FFF9
Complementary color
Monochromatic Colors of #63FFF9
Black with #63FFF9
Text Example
Text Example
White with #63FFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FFF9; }
p { color: rgb(99,255,249); }
H1.HeaderClassName
{
color: #63FFF9;
}
.AnyTagClassName
{
color: #63FFF9;
}
</style>
background-color css
<style>
a { background-color: #63FFF9; }
a { background-color: rgb(99,255,249); }
div.DivClassName
{
background-color: #63FFF9;
}
.BgClassName
{
background-color: #63FFF9;
}
</style>
border-color css
<style>
span { border-color: #63FFF9; }
span { border-color: rgb(99,255,249); }
td.TdClassName
{
border-color: #63FFF9;
}
.TagClassName
{
border-color: #63FFF9;
}
</style>