Shades of Baby Blue #49EDFF
Tints of Baby Blue #49EDFF
RGB
CMYK
RGB Variations
Color information
#49EDFF (or 0x49EDFF) is known color: Baby Blue. HEX triplet: 49, ED and FF. RGB value is (73,237,255). Sum of RGB (Red+Green+Blue) = 73+237+255=565 (74% of max value = 765). Red value is 73 (28.91% from 255 or 12.92% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #49EDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EDFF is #B61200. Grayscale: #BDBDBD. Windows color (decimal): -11932161 or 16772425. OLE color: 16772425.
HSL color Cylindrical-coordinate representation of color #49EDFF: hue angle of 185.93º 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 #49EDFF is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 237 | 255 | - |
| CMYK | 0.71 | 0.07 | 0 | 0 |
| HSL | 185.93º | 1% | 0.64% | - |
| HSV(B) | 185.93º | 0.71% | 1% | - |
| XYZ | 51.08 | 69.2 | 105.27 | - |
| YUV | 190.02 | 164.67 | 44.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 255 | 0.71 | 0.07 | 0 | 0 | 185.93 | 1 | 0.64 |
| Hex | 49 | ED | FF | 47 | 7 | 0 | 0 | BA | 64 | 40 |
| Octal | 111 | 355 | 377 | 107 | 7 | 0 | 0 | 272 | 144 | 100 |
| Binary | 1001001 | 11101101 | 11111111 | 1000111 | 111 | 0 | 0 | 10111010 | 1100100 | 1000000 |
Color Harmonies of #49EDFF
Complementary color
Monochromatic Colors of #49EDFF
Black with #49EDFF
Text Example
Text Example
White with #49EDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EDFF; }
p { color: rgb(73,237,255); }
H1.HeaderClassName
{
color: #49EDFF;
}
.AnyTagClassName
{
color: #49EDFF;
}
</style>
background-color css
<style>
a { background-color: #49EDFF; }
a { background-color: rgb(73,237,255); }
div.DivClassName
{
background-color: #49EDFF;
}
.BgClassName
{
background-color: #49EDFF;
}
</style>
border-color css
<style>
span { border-color: #49EDFF; }
span { border-color: rgb(73,237,255); }
td.TdClassName
{
border-color: #49EDFF;
}
.TagClassName
{
border-color: #49EDFF;
}
</style>