Shades of Baby Blue #49ECFF
Tints of Baby Blue #49ECFF
RGB
CMYK
RGB Variations
Color information
#49ECFF (or 0x49ECFF) is known color: Baby Blue. HEX triplet: 49, EC and FF. RGB value is (73,236,255). Sum of RGB (Red+Green+Blue) = 73+236+255=564 (74% of max value = 765). Red value is 73 (28.91% from 255 or 12.94% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #49ECFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49ECFF is #B61300. Grayscale: #BDBDBD. Windows color (decimal): -11932417 or 16772169. OLE color: 16772169.
HSL color Cylindrical-coordinate representation of color #49ECFF: hue angle of 186.26º 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 #49ECFF is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 236 | 255 | - |
| CMYK | 0.71 | 0.07 | 0 | 0 |
| HSL | 186.26º | 1% | 0.64% | - |
| HSV(B) | 186.26º | 0.71% | 1% | - |
| XYZ | 50.79 | 68.63 | 105.18 | - |
| YUV | 189.43 | 165 | 44.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 255 | 0.71 | 0.07 | 0 | 0 | 186.26 | 1 | 0.64 |
| Hex | 49 | EC | FF | 47 | 7 | 0 | 0 | BA | 64 | 40 |
| Octal | 111 | 354 | 377 | 107 | 7 | 0 | 0 | 272 | 144 | 100 |
| Binary | 1001001 | 11101100 | 11111111 | 1000111 | 111 | 0 | 0 | 10111010 | 1100100 | 1000000 |
Color Harmonies of #49ECFF
Complementary color
Monochromatic Colors of #49ECFF
Black with #49ECFF
Text Example
Text Example
White with #49ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ECFF; }
p { color: rgb(73,236,255); }
H1.HeaderClassName
{
color: #49ECFF;
}
.AnyTagClassName
{
color: #49ECFF;
}
</style>
background-color css
<style>
a { background-color: #49ECFF; }
a { background-color: rgb(73,236,255); }
div.DivClassName
{
background-color: #49ECFF;
}
.BgClassName
{
background-color: #49ECFF;
}
</style>
border-color css
<style>
span { border-color: #49ECFF; }
span { border-color: rgb(73,236,255); }
td.TdClassName
{
border-color: #49ECFF;
}
.TagClassName
{
border-color: #49ECFF;
}
</style>