Shades of Baby Blue #49FFEF
Tints of Baby Blue #49FFEF
RGB
CMYK
RGB Variations
Color information
#49FFEF (or 0x49FFEF) is known color: Baby Blue. HEX triplet: 49, FF and EF. RGB value is (73,255,239). Sum of RGB (Red+Green+Blue) = 73+255+239=567 (75% of max value = 765). Red value is 73 (28.91% from 255 or 12.87% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FFEF is #B60010. Grayscale: #C6C6C6. Windows color (decimal): -11927569 or 15728457. OLE color: 15728457.
HSL color Cylindrical-coordinate representation of color #49FFEF: hue angle of 174.73º 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 #49FFEF is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 239 | - |
| CMYK | 0.71 | 0 | 0.06 | 0 |
| HSL | 174.73º | 1% | 0.64% | - |
| HSV(B) | 174.73º | 0.71% | 1% | - |
| XYZ | 54.09 | 79.17 | 94.09 | - |
| YUV | 198.76 | 150.7 | 38.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 239 | 0.71 | 0 | 0.06 | 0 | 174.73 | 1 | 0.64 |
| Hex | 49 | FF | EF | 47 | 0 | 6 | 0 | AF | 64 | 40 |
| Octal | 111 | 377 | 357 | 107 | 0 | 6 | 0 | 257 | 144 | 100 |
| Binary | 1001001 | 11111111 | 11101111 | 1000111 | 0 | 110 | 0 | 10101111 | 1100100 | 1000000 |
Color Harmonies of #49FFEF
Complementary color
Monochromatic Colors of #49FFEF
Black with #49FFEF
Text Example
Text Example
White with #49FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFEF; }
p { color: rgb(73,255,239); }
H1.HeaderClassName
{
color: #49FFEF;
}
.AnyTagClassName
{
color: #49FFEF;
}
</style>
background-color css
<style>
a { background-color: #49FFEF; }
a { background-color: rgb(73,255,239); }
div.DivClassName
{
background-color: #49FFEF;
}
.BgClassName
{
background-color: #49FFEF;
}
</style>
border-color css
<style>
span { border-color: #49FFEF; }
span { border-color: rgb(73,255,239); }
td.TdClassName
{
border-color: #49FFEF;
}
.TagClassName
{
border-color: #49FFEF;
}
</style>