Shades of Baby Blue #49FDF1
Tints of Baby Blue #49FDF1
RGB
CMYK
RGB Variations
Color information
#49FDF1 (or 0x49FDF1) is known color: Baby Blue. HEX triplet: 49, FD and F1. RGB value is (73,253,241). Sum of RGB (Red+Green+Blue) = 73+253+241=567 (75% of max value = 765). Red value is 73 (28.91% from 255 or 12.87% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 253 - color contains mainly: green. Hex color #49FDF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FDF1 is #B6020E. Grayscale: #C5C5C5. Windows color (decimal): -11928079 or 15859017. OLE color: 15859017.
HSL color Cylindrical-coordinate representation of color #49FDF1: hue angle of 176º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FDF1 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 253 | 241 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.01 |
| HSL | 176º | 0.98% | 0.64% | - |
| HSV(B) | 176º | 0.71% | 0.99% | - |
| XYZ | 53.75 | 78.02 | 95.45 | - |
| YUV | 197.81 | 152.37 | 38.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 253 | 241 | 0.71 | 0 | 0.05 | 0.01 | 176 | 0.98 | 0.64 |
| Hex | 49 | FD | F1 | 47 | 0 | 5 | 1 | B0 | 62 | 40 |
| Octal | 111 | 375 | 361 | 107 | 0 | 5 | 1 | 260 | 142 | 100 |
| Binary | 1001001 | 11111101 | 11110001 | 1000111 | 0 | 101 | 1 | 10110000 | 1100010 | 1000000 |
Color Harmonies of #49FDF1
Complementary color
Monochromatic Colors of #49FDF1
Black with #49FDF1
Text Example
Text Example
White with #49FDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FDF1; }
p { color: rgb(73,253,241); }
H1.HeaderClassName
{
color: #49FDF1;
}
.AnyTagClassName
{
color: #49FDF1;
}
</style>
background-color css
<style>
a { background-color: #49FDF1; }
a { background-color: rgb(73,253,241); }
div.DivClassName
{
background-color: #49FDF1;
}
.BgClassName
{
background-color: #49FDF1;
}
</style>
border-color css
<style>
span { border-color: #49FDF1; }
span { border-color: rgb(73,253,241); }
td.TdClassName
{
border-color: #49FDF1;
}
.TagClassName
{
border-color: #49FDF1;
}
</style>