Shades of Baby Blue #49EDFE
Tints of Baby Blue #49EDFE
RGB
CMYK
RGB Variations
Color information
#49EDFE (or 0x49EDFE) is known color: Baby Blue. HEX triplet: 49, ED and FE. RGB value is (73,237,254). Sum of RGB (Red+Green+Blue) = 73+237+254=564 (74% of max value = 765). Red value is 73 (28.91% from 255 or 12.94% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #49EDFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EDFE is #B61201. Grayscale: #BDBDBD. Windows color (decimal): -11932162 or 16706889. OLE color: 16706889.
HSL color Cylindrical-coordinate representation of color #49EDFE: hue angle of 185.64º 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 #49EDFE is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 237 | 254 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.00 |
| HSL | 185.64º | 0.99% | 0.64% | - |
| HSV(B) | 185.64º | 0.71% | 1% | - |
| XYZ | 50.92 | 69.14 | 104.43 | - |
| YUV | 189.9 | 164.17 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 254 | 0.71 | 0.07 | 0 | 0.00 | 185.64 | 0.99 | 0.64 |
| Hex | 49 | ED | FE | 47 | 7 | 0 | 0 | BA | 63 | 40 |
| Octal | 111 | 355 | 376 | 107 | 7 | 0 | 0 | 272 | 143 | 100 |
| Binary | 1001001 | 11101101 | 11111110 | 1000111 | 111 | 0 | 0 | 10111010 | 1100011 | 1000000 |
Color Harmonies of #49EDFE
Complementary color
Monochromatic Colors of #49EDFE
Black with #49EDFE
Text Example
Text Example
White with #49EDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EDFE; }
p { color: rgb(73,237,254); }
H1.HeaderClassName
{
color: #49EDFE;
}
.AnyTagClassName
{
color: #49EDFE;
}
</style>
background-color css
<style>
a { background-color: #49EDFE; }
a { background-color: rgb(73,237,254); }
div.DivClassName
{
background-color: #49EDFE;
}
.BgClassName
{
background-color: #49EDFE;
}
</style>
border-color css
<style>
span { border-color: #49EDFE; }
span { border-color: rgb(73,237,254); }
td.TdClassName
{
border-color: #49EDFE;
}
.TagClassName
{
border-color: #49EDFE;
}
</style>