Shades of Baby Blue #63FAF1
Tints of Baby Blue #63FAF1
RGB
CMYK
RGB Variations
Color information
#63FAF1 (or 0x63FAF1) is known color: Baby Blue. HEX triplet: 63, FA and F1. RGB value is (99,250,241). Sum of RGB (Red+Green+Blue) = 99+250+241=590 (78% of max value = 765). Red value is 99 (39.06% from 255 or 16.78% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #63FAF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FAF1 is #9C050E. Grayscale: #CBCBCB. Windows color (decimal): -10224911 or 15858275. OLE color: 15858275.
HSL color Cylindrical-coordinate representation of color #63FAF1: hue angle of 176.42º 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 #63FAF1 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 250 | 241 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.02 |
| HSL | 176.42º | 0.94% | 0.68% | - |
| HSV(B) | 176.42º | 0.6% | 0.98% | - |
| XYZ | 55.21 | 77.37 | 95.24 | - |
| YUV | 203.83 | 148.97 | 53.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 250 | 241 | 0.60 | 0 | 0.04 | 0.02 | 176.42 | 0.94 | 0.68 |
| Hex | 63 | FA | F1 | 3C | 0 | 4 | 2 | B0 | 5E | 44 |
| Octal | 143 | 372 | 361 | 74 | 0 | 4 | 2 | 260 | 136 | 104 |
| Binary | 1100011 | 11111010 | 11110001 | 111100 | 0 | 100 | 10 | 10110000 | 1011110 | 1000100 |
Color Harmonies of #63FAF1
Complementary color
Monochromatic Colors of #63FAF1
Black with #63FAF1
Text Example
Text Example
White with #63FAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FAF1; }
p { color: rgb(99,250,241); }
H1.HeaderClassName
{
color: #63FAF1;
}
.AnyTagClassName
{
color: #63FAF1;
}
</style>
background-color css
<style>
a { background-color: #63FAF1; }
a { background-color: rgb(99,250,241); }
div.DivClassName
{
background-color: #63FAF1;
}
.BgClassName
{
background-color: #63FAF1;
}
</style>
border-color css
<style>
span { border-color: #63FAF1; }
span { border-color: rgb(99,250,241); }
td.TdClassName
{
border-color: #63FAF1;
}
.TagClassName
{
border-color: #63FAF1;
}
</style>