Shades of Baby Blue #49FFFA
Tints of Baby Blue #49FFFA
RGB
CMYK
RGB Variations
Color information
#49FFFA (or 0x49FFFA) is known color: Baby Blue. HEX triplet: 49, FF and FA. RGB value is (73,255,250). Sum of RGB (Red+Green+Blue) = 73+255+250=578 (76% of max value = 765). Red value is 73 (28.91% from 255 or 12.63% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FFFA is #B60005. Grayscale: #C7C7C7. Windows color (decimal): -11927558 or 16449353. OLE color: 16449353.
HSL color Cylindrical-coordinate representation of color #49FFFA: hue angle of 178.35º 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 #49FFFA is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 250 | - |
| CMYK | 0.71 | 0 | 0.02 | 0 |
| HSL | 178.35º | 1% | 0.64% | - |
| HSV(B) | 178.35º | 0.71% | 1% | - |
| XYZ | 55.76 | 79.84 | 102.91 | - |
| YUV | 200.01 | 156.2 | 37.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 250 | 0.71 | 0 | 0.02 | 0 | 178.35 | 1 | 0.64 |
| Hex | 49 | FF | FA | 47 | 0 | 2 | 0 | B2 | 64 | 40 |
| Octal | 111 | 377 | 372 | 107 | 0 | 2 | 0 | 262 | 144 | 100 |
| Binary | 1001001 | 11111111 | 11111010 | 1000111 | 0 | 10 | 0 | 10110010 | 1100100 | 1000000 |
Color Harmonies of #49FFFA
Complementary color
Monochromatic Colors of #49FFFA
Black with #49FFFA
Text Example
Text Example
White with #49FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFFA; }
p { color: rgb(73,255,250); }
H1.HeaderClassName
{
color: #49FFFA;
}
.AnyTagClassName
{
color: #49FFFA;
}
</style>
background-color css
<style>
a { background-color: #49FFFA; }
a { background-color: rgb(73,255,250); }
div.DivClassName
{
background-color: #49FFFA;
}
.BgClassName
{
background-color: #49FFFA;
}
</style>
border-color css
<style>
span { border-color: #49FFFA; }
span { border-color: rgb(73,255,250); }
td.TdClassName
{
border-color: #49FFFA;
}
.TagClassName
{
border-color: #49FFFA;
}
</style>