Shades of Baby Blue #49FDFB
Tints of Baby Blue #49FDFB
RGB
CMYK
RGB Variations
Color information
#49FDFB (or 0x49FDFB) is known color: Baby Blue. HEX triplet: 49, FD and FB. RGB value is (73,253,251). Sum of RGB (Red+Green+Blue) = 73+253+251=577 (76% of max value = 765). Red value is 73 (28.91% from 255 or 12.65% from 577); Green value is 253 (99.22% from 255 or 43.85% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 253 - color contains mainly: green. Hex color #49FDFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FDFB is #B60204. Grayscale: #C6C6C6. Windows color (decimal): -11928069 or 16514377. OLE color: 16514377.
HSL color Cylindrical-coordinate representation of color #49FDFB: hue angle of 179.33º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FDFB is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 253 | 251 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.01 |
| HSL | 179.33º | 0.98% | 0.64% | - |
| HSV(B) | 179.33º | 0.71% | 0.99% | - |
| XYZ | 55.29 | 78.63 | 103.53 | - |
| YUV | 198.95 | 157.37 | 38.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 253 | 251 | 0.71 | 0 | 0.01 | 0.01 | 179.33 | 0.98 | 0.64 |
| Hex | 49 | FD | FB | 47 | 0 | 1 | 1 | B3 | 62 | 40 |
| Octal | 111 | 375 | 373 | 107 | 0 | 1 | 1 | 263 | 142 | 100 |
| Binary | 1001001 | 11111101 | 11111011 | 1000111 | 0 | 1 | 1 | 10110011 | 1100010 | 1000000 |
Color Harmonies of #49FDFB
Complementary color
Monochromatic Colors of #49FDFB
Black with #49FDFB
Text Example
Text Example
White with #49FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FDFB; }
p { color: rgb(73,253,251); }
H1.HeaderClassName
{
color: #49FDFB;
}
.AnyTagClassName
{
color: #49FDFB;
}
</style>
background-color css
<style>
a { background-color: #49FDFB; }
a { background-color: rgb(73,253,251); }
div.DivClassName
{
background-color: #49FDFB;
}
.BgClassName
{
background-color: #49FDFB;
}
</style>
border-color css
<style>
span { border-color: #49FDFB; }
span { border-color: rgb(73,253,251); }
td.TdClassName
{
border-color: #49FDFB;
}
.TagClassName
{
border-color: #49FDFB;
}
</style>