Shades of Baby Blue #49FAFE
Tints of Baby Blue #49FAFE
RGB
CMYK
RGB Variations
Color information
#49FAFE (or 0x49FAFE) is known color: Baby Blue. HEX triplet: 49, FA and FE. RGB value is (73,250,254). Sum of RGB (Red+Green+Blue) = 73+250+254=577 (76% of max value = 765). Red value is 73 (28.91% from 255 or 12.65% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #49FAFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FAFE is #B60501. Grayscale: #C5C5C5. Windows color (decimal): -11928834 or 16710217. OLE color: 16710217.
HSL color Cylindrical-coordinate representation of color #49FAFE: hue angle of 181.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FAFE is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 250 | 254 | - |
| CMYK | 0.71 | 0.02 | 0 | 0.00 |
| HSL | 181.33º | 0.99% | 0.64% | - |
| HSV(B) | 181.33º | 0.71% | 1% | - |
| XYZ | 54.82 | 76.94 | 105.73 | - |
| YUV | 197.53 | 159.86 | 39.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 250 | 254 | 0.71 | 0.02 | 0 | 0.00 | 181.33 | 0.99 | 0.64 |
| Hex | 49 | FA | FE | 47 | 2 | 0 | 0 | B5 | 63 | 40 |
| Octal | 111 | 372 | 376 | 107 | 2 | 0 | 0 | 265 | 143 | 100 |
| Binary | 1001001 | 11111010 | 11111110 | 1000111 | 10 | 0 | 0 | 10110101 | 1100011 | 1000000 |
Color Harmonies of #49FAFE
Complementary color
Monochromatic Colors of #49FAFE
Black with #49FAFE
Text Example
Text Example
White with #49FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FAFE; }
p { color: rgb(73,250,254); }
H1.HeaderClassName
{
color: #49FAFE;
}
.AnyTagClassName
{
color: #49FAFE;
}
</style>
background-color css
<style>
a { background-color: #49FAFE; }
a { background-color: rgb(73,250,254); }
div.DivClassName
{
background-color: #49FAFE;
}
.BgClassName
{
background-color: #49FAFE;
}
</style>
border-color css
<style>
span { border-color: #49FAFE; }
span { border-color: rgb(73,250,254); }
td.TdClassName
{
border-color: #49FAFE;
}
.TagClassName
{
border-color: #49FAFE;
}
</style>