Shades of Baby Blue #49FEEF
Tints of Baby Blue #49FEEF
RGB
CMYK
RGB Variations
Color information
#49FEEF (or 0x49FEEF) is known color: Baby Blue. HEX triplet: 49, FE and EF. RGB value is (73,254,239). Sum of RGB (Red+Green+Blue) = 73+254+239=566 (74% of max value = 765). Red value is 73 (28.91% from 255 or 12.90% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #49FEEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FEEF is #B60110. Grayscale: #C6C6C6. Windows color (decimal): -11927825 or 15728201. OLE color: 15728201.
HSL color Cylindrical-coordinate representation of color #49FEEF: hue angle of 175.03º 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 #49FEEF is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 239 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.00 |
| HSL | 175.03º | 0.99% | 0.64% | - |
| HSV(B) | 175.03º | 0.71% | 1% | - |
| XYZ | 53.77 | 78.53 | 93.99 | - |
| YUV | 198.17 | 151.03 | 38.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 239 | 0.71 | 0 | 0.06 | 0.00 | 175.03 | 0.99 | 0.64 |
| Hex | 49 | FE | EF | 47 | 0 | 6 | 0 | AF | 63 | 40 |
| Octal | 111 | 376 | 357 | 107 | 0 | 6 | 0 | 257 | 143 | 100 |
| Binary | 1001001 | 11111110 | 11101111 | 1000111 | 0 | 110 | 0 | 10101111 | 1100011 | 1000000 |
Color Harmonies of #49FEEF
Complementary color
Monochromatic Colors of #49FEEF
Black with #49FEEF
Text Example
Text Example
White with #49FEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FEEF; }
p { color: rgb(73,254,239); }
H1.HeaderClassName
{
color: #49FEEF;
}
.AnyTagClassName
{
color: #49FEEF;
}
</style>
background-color css
<style>
a { background-color: #49FEEF; }
a { background-color: rgb(73,254,239); }
div.DivClassName
{
background-color: #49FEEF;
}
.BgClassName
{
background-color: #49FEEF;
}
</style>
border-color css
<style>
span { border-color: #49FEEF; }
span { border-color: rgb(73,254,239); }
td.TdClassName
{
border-color: #49FEEF;
}
.TagClassName
{
border-color: #49FEEF;
}
</style>