Shades of Baby Blue #49FEFB
Tints of Baby Blue #49FEFB
RGB
CMYK
RGB Variations
Color information
#49FEFB (or 0x49FEFB) is known color: Baby Blue. HEX triplet: 49, FE and FB. RGB value is (73,254,251). Sum of RGB (Red+Green+Blue) = 73+254+251=578 (76% of max value = 765). Red value is 73 (28.91% from 255 or 12.63% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #49FEFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FEFB is #B60104. Grayscale: #C7C7C7. Windows color (decimal): -11927813 or 16514633. OLE color: 16514633.
HSL color Cylindrical-coordinate representation of color #49FEFB: hue angle of 179.01º 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 #49FEFB is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 251 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.00 |
| HSL | 179.01º | 0.99% | 0.64% | - |
| HSV(B) | 179.01º | 0.71% | 1% | - |
| XYZ | 55.6 | 79.27 | 103.64 | - |
| YUV | 199.54 | 157.03 | 37.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 251 | 0.71 | 0 | 0.01 | 0.00 | 179.01 | 0.99 | 0.64 |
| Hex | 49 | FE | FB | 47 | 0 | 1 | 0 | B3 | 63 | 40 |
| Octal | 111 | 376 | 373 | 107 | 0 | 1 | 0 | 263 | 143 | 100 |
| Binary | 1001001 | 11111110 | 11111011 | 1000111 | 0 | 1 | 0 | 10110011 | 1100011 | 1000000 |
Color Harmonies of #49FEFB
Complementary color
Monochromatic Colors of #49FEFB
Black with #49FEFB
Text Example
Text Example
White with #49FEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FEFB; }
p { color: rgb(73,254,251); }
H1.HeaderClassName
{
color: #49FEFB;
}
.AnyTagClassName
{
color: #49FEFB;
}
</style>
background-color css
<style>
a { background-color: #49FEFB; }
a { background-color: rgb(73,254,251); }
div.DivClassName
{
background-color: #49FEFB;
}
.BgClassName
{
background-color: #49FEFB;
}
</style>
border-color css
<style>
span { border-color: #49FEFB; }
span { border-color: rgb(73,254,251); }
td.TdClassName
{
border-color: #49FEFB;
}
.TagClassName
{
border-color: #49FEFB;
}
</style>