Shades of Baby Blue #49FFED
Tints of Baby Blue #49FFED
RGB
CMYK
RGB Variations
Color information
#49FFED (or 0x49FFED) is known color: Baby Blue. HEX triplet: 49, FF and ED. RGB value is (73,255,237). Sum of RGB (Red+Green+Blue) = 73+255+237=565 (74% of max value = 765). Red value is 73 (28.91% from 255 or 12.92% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FFED is #B60012. Grayscale: #C6C6C6. Windows color (decimal): -11927571 or 15597385. OLE color: 15597385.
HSL color Cylindrical-coordinate representation of color #49FFED: hue angle of 174.07º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FFED is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 237 | - |
| CMYK | 0.71 | 0 | 0.07 | 0 |
| HSL | 174.07º | 1% | 0.64% | - |
| HSV(B) | 174.07º | 0.71% | 1% | - |
| XYZ | 53.79 | 79.05 | 92.54 | - |
| YUV | 198.53 | 149.7 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 237 | 0.71 | 0 | 0.07 | 0 | 174.07 | 1 | 0.64 |
| Hex | 49 | FF | ED | 47 | 0 | 7 | 0 | AE | 64 | 40 |
| Octal | 111 | 377 | 355 | 107 | 0 | 7 | 0 | 256 | 144 | 100 |
| Binary | 1001001 | 11111111 | 11101101 | 1000111 | 0 | 111 | 0 | 10101110 | 1100100 | 1000000 |
Color Harmonies of #49FFED
Complementary color
Monochromatic Colors of #49FFED
Black with #49FFED
Text Example
Text Example
White with #49FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFED; }
p { color: rgb(73,255,237); }
H1.HeaderClassName
{
color: #49FFED;
}
.AnyTagClassName
{
color: #49FFED;
}
</style>
background-color css
<style>
a { background-color: #49FFED; }
a { background-color: rgb(73,255,237); }
div.DivClassName
{
background-color: #49FFED;
}
.BgClassName
{
background-color: #49FFED;
}
</style>
border-color css
<style>
span { border-color: #49FFED; }
span { border-color: rgb(73,255,237); }
td.TdClassName
{
border-color: #49FFED;
}
.TagClassName
{
border-color: #49FFED;
}
</style>