Shades of Baby Blue #49EBFD
Tints of Baby Blue #49EBFD
RGB
CMYK
RGB Variations
Color information
#49EBFD (or 0x49EBFD) is known color: Baby Blue. HEX triplet: 49, EB and FD. RGB value is (73,235,253). Sum of RGB (Red+Green+Blue) = 73+235+253=561 (74% of max value = 765). Red value is 73 (28.91% from 255 or 13.01% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #49EBFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EBFD is #B61402. Grayscale: #BCBCBC. Windows color (decimal): -11932675 or 16640841. OLE color: 16640841.
HSL color Cylindrical-coordinate representation of color #49EBFD: hue angle of 186º 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 #49EBFD is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 235 | 253 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.01 |
| HSL | 186º | 0.98% | 0.64% | - |
| HSV(B) | 186º | 0.71% | 0.99% | - |
| XYZ | 50.19 | 67.92 | 103.39 | - |
| YUV | 188.61 | 164.33 | 45.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 235 | 253 | 0.71 | 0.07 | 0 | 0.01 | 186 | 0.98 | 0.64 |
| Hex | 49 | EB | FD | 47 | 7 | 0 | 1 | BA | 62 | 40 |
| Octal | 111 | 353 | 375 | 107 | 7 | 0 | 1 | 272 | 142 | 100 |
| Binary | 1001001 | 11101011 | 11111101 | 1000111 | 111 | 0 | 1 | 10111010 | 1100010 | 1000000 |
Color Harmonies of #49EBFD
Complementary color
Monochromatic Colors of #49EBFD
Black with #49EBFD
Text Example
Text Example
White with #49EBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EBFD; }
p { color: rgb(73,235,253); }
H1.HeaderClassName
{
color: #49EBFD;
}
.AnyTagClassName
{
color: #49EBFD;
}
</style>
background-color css
<style>
a { background-color: #49EBFD; }
a { background-color: rgb(73,235,253); }
div.DivClassName
{
background-color: #49EBFD;
}
.BgClassName
{
background-color: #49EBFD;
}
</style>
border-color css
<style>
span { border-color: #49EBFD; }
span { border-color: rgb(73,235,253); }
td.TdClassName
{
border-color: #49EBFD;
}
.TagClassName
{
border-color: #49EBFD;
}
</style>