Shades of Baby Blue #49FBFF
Tints of Baby Blue #49FBFF
RGB
CMYK
RGB Variations
Color information
#49FBFF (or 0x49FBFF) is known color: Baby Blue. HEX triplet: 49, FB and FF. RGB value is (73,251,255). Sum of RGB (Red+Green+Blue) = 73+251+255=579 (76% of max value = 765). Red value is 73 (28.91% from 255 or 12.61% from 579); Green value is 251 (98.44% from 255 or 43.35% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #49FBFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FBFF is #B60400. Grayscale: #C6C6C6. Windows color (decimal): -11928577 or 16776009. OLE color: 16776009.
HSL color Cylindrical-coordinate representation of color #49FBFF: hue angle of 181.32º 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 #49FBFF is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 251 | 255 | - |
| CMYK | 0.71 | 0.02 | 0 | 0 |
| HSL | 181.32º | 1% | 0.64% | - |
| HSV(B) | 181.32º | 0.71% | 1% | - |
| XYZ | 55.29 | 77.63 | 106.68 | - |
| YUV | 198.23 | 160.03 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 251 | 255 | 0.71 | 0.02 | 0 | 0 | 181.32 | 1 | 0.64 |
| Hex | 49 | FB | FF | 47 | 2 | 0 | 0 | B5 | 64 | 40 |
| Octal | 111 | 373 | 377 | 107 | 2 | 0 | 0 | 265 | 144 | 100 |
| Binary | 1001001 | 11111011 | 11111111 | 1000111 | 10 | 0 | 0 | 10110101 | 1100100 | 1000000 |
Color Harmonies of #49FBFF
Complementary color
Monochromatic Colors of #49FBFF
Black with #49FBFF
Text Example
Text Example
White with #49FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FBFF; }
p { color: rgb(73,251,255); }
H1.HeaderClassName
{
color: #49FBFF;
}
.AnyTagClassName
{
color: #49FBFF;
}
</style>
background-color css
<style>
a { background-color: #49FBFF; }
a { background-color: rgb(73,251,255); }
div.DivClassName
{
background-color: #49FBFF;
}
.BgClassName
{
background-color: #49FBFF;
}
</style>
border-color css
<style>
span { border-color: #49FBFF; }
span { border-color: rgb(73,251,255); }
td.TdClassName
{
border-color: #49FBFF;
}
.TagClassName
{
border-color: #49FBFF;
}
</style>