Shades of Baby Blue #63FAFA
Tints of Baby Blue #63FAFA
RGB
CMYK
RGB Variations
Color information
#63FAFA (or 0x63FAFA) is known color: Baby Blue. HEX triplet: 63, FA and FA. RGB value is (99,250,250). Sum of RGB (Red+Green+Blue) = 99+250+250=599 (79% of max value = 765). Red value is 99 (39.06% from 255 or 16.53% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #63FAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FAFA is #9C0505. Grayscale: #CCCCCC. Windows color (decimal): -10224902 or 16448099. OLE color: 16448099.
HSL color Cylindrical-coordinate representation of color #63FAFA: hue angle of 180º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63FAFA is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 250 | 250 | - |
| CMYK | 0.60 | 0 | 0 | 0.02 |
| HSL | 180º | 0.94% | 0.68% | - |
| HSV(B) | 180º | 0.6% | 0.98% | - |
| XYZ | 56.59 | 77.93 | 102.5 | - |
| YUV | 204.85 | 153.47 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 250 | 250 | 0.60 | 0 | 0 | 0.02 | 180 | 0.94 | 0.68 |
| Hex | 63 | FA | FA | 3C | 0 | 0 | 2 | B4 | 5E | 44 |
| Octal | 143 | 372 | 372 | 74 | 0 | 0 | 2 | 264 | 136 | 104 |
| Binary | 1100011 | 11111010 | 11111010 | 111100 | 0 | 0 | 10 | 10110100 | 1011110 | 1000100 |
Color Harmonies of #63FAFA
Complementary color
Monochromatic Colors of #63FAFA
Black with #63FAFA
Text Example
Text Example
White with #63FAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FAFA; }
p { color: rgb(99,250,250); }
H1.HeaderClassName
{
color: #63FAFA;
}
.AnyTagClassName
{
color: #63FAFA;
}
</style>
background-color css
<style>
a { background-color: #63FAFA; }
a { background-color: rgb(99,250,250); }
div.DivClassName
{
background-color: #63FAFA;
}
.BgClassName
{
background-color: #63FAFA;
}
</style>
border-color css
<style>
span { border-color: #63FAFA; }
span { border-color: rgb(99,250,250); }
td.TdClassName
{
border-color: #63FAFA;
}
.TagClassName
{
border-color: #63FAFA;
}
</style>