Shades of Baby Blue #49EDF9
Tints of Baby Blue #49EDF9
RGB
CMYK
RGB Variations
Color information
#49EDF9 (or 0x49EDF9) is known color: Baby Blue. HEX triplet: 49, ED and F9. RGB value is (73,237,249). Sum of RGB (Red+Green+Blue) = 73+237+249=559 (74% of max value = 765). Red value is 73 (28.91% from 255 or 13.06% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #49EDF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EDF9 is #B61206. Grayscale: #BDBDBD. Windows color (decimal): -11932167 or 16379209. OLE color: 16379209.
HSL color Cylindrical-coordinate representation of color #49EDF9: hue angle of 184.09º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49EDF9 is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 237 | 249 | - |
| CMYK | 0.71 | 0.05 | 0 | 0.02 |
| HSL | 184.09º | 0.94% | 0.63% | - |
| HSV(B) | 184.09º | 0.71% | 0.98% | - |
| XYZ | 50.13 | 68.82 | 100.26 | - |
| YUV | 189.33 | 161.67 | 45.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 249 | 0.71 | 0.05 | 0 | 0.02 | 184.09 | 0.94 | 0.63 |
| Hex | 49 | ED | F9 | 47 | 5 | 0 | 2 | B8 | 5E | 3F |
| Octal | 111 | 355 | 371 | 107 | 5 | 0 | 2 | 270 | 136 | 77 |
| Binary | 1001001 | 11101101 | 11111001 | 1000111 | 101 | 0 | 10 | 10111000 | 1011110 | 111111 |
Color Harmonies of #49EDF9
Complementary color
Monochromatic Colors of #49EDF9
Black with #49EDF9
Text Example
Text Example
White with #49EDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EDF9; }
p { color: rgb(73,237,249); }
H1.HeaderClassName
{
color: #49EDF9;
}
.AnyTagClassName
{
color: #49EDF9;
}
</style>
background-color css
<style>
a { background-color: #49EDF9; }
a { background-color: rgb(73,237,249); }
div.DivClassName
{
background-color: #49EDF9;
}
.BgClassName
{
background-color: #49EDF9;
}
</style>
border-color css
<style>
span { border-color: #49EDF9; }
span { border-color: rgb(73,237,249); }
td.TdClassName
{
border-color: #49EDF9;
}
.TagClassName
{
border-color: #49EDF9;
}
</style>