Shades of Baby Blue #49F9F5
Tints of Baby Blue #49F9F5
RGB
CMYK
RGB Variations
Color information
#49F9F5 (or 0x49F9F5) is known color: Baby Blue. HEX triplet: 49, F9 and F5. RGB value is (73,249,245). Sum of RGB (Red+Green+Blue) = 73+249+245=567 (75% of max value = 765). Red value is 73 (28.91% from 255 or 12.87% from 567); Green value is 249 (97.66% from 255 or 43.92% from 567); Blue value is 245 (96.09% from 255 or 43.21% from 567); Max value from RGB is 249 - color contains mainly: green. Hex color #49F9F5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49F9F5 is #B6060A. Grayscale: #C3C3C3. Windows color (decimal): -11929099 or 16120137. OLE color: 16120137.
HSL color Cylindrical-coordinate representation of color #49F9F5: hue angle of 178.64º 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 #49F9F5 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 249 | 245 | - |
| CMYK | 0.71 | 0 | 0.02 | 0.02 |
| HSL | 178.64º | 0.94% | 0.63% | - |
| HSV(B) | 178.64º | 0.71% | 0.98% | - |
| XYZ | 53.1 | 75.76 | 98.21 | - |
| YUV | 195.92 | 155.69 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 249 | 245 | 0.71 | 0 | 0.02 | 0.02 | 178.64 | 0.94 | 0.63 |
| Hex | 49 | F9 | F5 | 47 | 0 | 2 | 2 | B3 | 5E | 3F |
| Octal | 111 | 371 | 365 | 107 | 0 | 2 | 2 | 263 | 136 | 77 |
| Binary | 1001001 | 11111001 | 11110101 | 1000111 | 0 | 10 | 10 | 10110011 | 1011110 | 111111 |
Color Harmonies of #49F9F5
Complementary color
Monochromatic Colors of #49F9F5
Black with #49F9F5
Text Example
Text Example
White with #49F9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F9F5; }
p { color: rgb(73,249,245); }
H1.HeaderClassName
{
color: #49F9F5;
}
.AnyTagClassName
{
color: #49F9F5;
}
</style>
background-color css
<style>
a { background-color: #49F9F5; }
a { background-color: rgb(73,249,245); }
div.DivClassName
{
background-color: #49F9F5;
}
.BgClassName
{
background-color: #49F9F5;
}
</style>
border-color css
<style>
span { border-color: #49F9F5; }
span { border-color: rgb(73,249,245); }
td.TdClassName
{
border-color: #49F9F5;
}
.TagClassName
{
border-color: #49F9F5;
}
</style>