Shades of Baby Blue #49FEF0
Tints of Baby Blue #49FEF0
RGB
CMYK
RGB Variations
Color information
#49FEF0 (or 0x49FEF0) is known color: Baby Blue. HEX triplet: 49, FE and F0. RGB value is (73,254,240). Sum of RGB (Red+Green+Blue) = 73+254+240=567 (75% of max value = 765). Red value is 73 (28.91% from 255 or 12.87% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #49FEF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FEF0 is #B6010F. Grayscale: #C6C6C6. Windows color (decimal): -11927824 or 15793737. OLE color: 15793737.
HSL color Cylindrical-coordinate representation of color #49FEF0: hue angle of 175.36º 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 #49FEF0 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 240 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.00 |
| HSL | 175.36º | 0.99% | 0.64% | - |
| HSV(B) | 175.36º | 0.71% | 1% | - |
| XYZ | 53.92 | 78.59 | 94.77 | - |
| YUV | 198.29 | 151.53 | 38.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 240 | 0.71 | 0 | 0.06 | 0.00 | 175.36 | 0.99 | 0.64 |
| Hex | 49 | FE | F0 | 47 | 0 | 6 | 0 | AF | 63 | 40 |
| Octal | 111 | 376 | 360 | 107 | 0 | 6 | 0 | 257 | 143 | 100 |
| Binary | 1001001 | 11111110 | 11110000 | 1000111 | 0 | 110 | 0 | 10101111 | 1100011 | 1000000 |
Color Harmonies of #49FEF0
Complementary color
Monochromatic Colors of #49FEF0
Black with #49FEF0
Text Example
Text Example
White with #49FEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FEF0; }
p { color: rgb(73,254,240); }
H1.HeaderClassName
{
color: #49FEF0;
}
.AnyTagClassName
{
color: #49FEF0;
}
</style>
background-color css
<style>
a { background-color: #49FEF0; }
a { background-color: rgb(73,254,240); }
div.DivClassName
{
background-color: #49FEF0;
}
.BgClassName
{
background-color: #49FEF0;
}
</style>
border-color css
<style>
span { border-color: #49FEF0; }
span { border-color: rgb(73,254,240); }
td.TdClassName
{
border-color: #49FEF0;
}
.TagClassName
{
border-color: #49FEF0;
}
</style>