Shades of Baby Blue #49FFFE
Tints of Baby Blue #49FFFE
RGB
CMYK
RGB Variations
Color information
#49FFFE (or 0x49FFFE) is known color: Baby Blue. HEX triplet: 49, FF and FE. RGB value is (73,255,254). Sum of RGB (Red+Green+Blue) = 73+255+254=582 (77% of max value = 765). Red value is 73 (28.91% from 255 or 12.54% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FFFE is #B60001. Grayscale: #C8C8C8. Windows color (decimal): -11927554 or 16711497. OLE color: 16711497.
HSL color Cylindrical-coordinate representation of color #49FFFE: hue angle of 179.67º 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 #49FFFE is Cyan = 0.71, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 254 | - |
| CMYK | 0.71 | 0 | 0.00 | 0 |
| HSL | 179.67º | 1% | 0.64% | - |
| HSV(B) | 179.67º | 0.71% | 1% | - |
| XYZ | 56.4 | 80.09 | 106.25 | - |
| YUV | 200.47 | 158.2 | 37.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 254 | 0.71 | 0 | 0.00 | 0 | 179.67 | 1 | 0.64 |
| Hex | 49 | FF | FE | 47 | 0 | 0 | 0 | B4 | 64 | 40 |
| Octal | 111 | 377 | 376 | 107 | 0 | 0 | 0 | 264 | 144 | 100 |
| Binary | 1001001 | 11111111 | 11111110 | 1000111 | 0 | 0 | 0 | 10110100 | 1100100 | 1000000 |
Color Harmonies of #49FFFE
Complementary color
Monochromatic Colors of #49FFFE
Black with #49FFFE
Text Example
Text Example
White with #49FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFFE; }
p { color: rgb(73,255,254); }
H1.HeaderClassName
{
color: #49FFFE;
}
.AnyTagClassName
{
color: #49FFFE;
}
</style>
background-color css
<style>
a { background-color: #49FFFE; }
a { background-color: rgb(73,255,254); }
div.DivClassName
{
background-color: #49FFFE;
}
.BgClassName
{
background-color: #49FFFE;
}
</style>
border-color css
<style>
span { border-color: #49FFFE; }
span { border-color: rgb(73,255,254); }
td.TdClassName
{
border-color: #49FFFE;
}
.TagClassName
{
border-color: #49FFFE;
}
</style>