Shades of Baby Blue #49EFFF
Tints of Baby Blue #49EFFF
RGB
CMYK
RGB Variations
Color information
#49EFFF (or 0x49EFFF) is known color: Baby Blue. HEX triplet: 49, EF and FF. RGB value is (73,239,255). Sum of RGB (Red+Green+Blue) = 73+239+255=567 (75% of max value = 765). Red value is 73 (28.91% from 255 or 12.87% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #49EFFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EFFF is #B61000. Grayscale: #BEBEBE. Windows color (decimal): -11931649 or 16772937. OLE color: 16772937.
HSL color Cylindrical-coordinate representation of color #49EFFF: hue angle of 185.27º 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 #49EFFF is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 239 | 255 | - |
| CMYK | 0.71 | 0.06 | 0 | 0 |
| HSL | 185.27º | 1% | 0.64% | - |
| HSV(B) | 185.27º | 0.71% | 1% | - |
| XYZ | 51.66 | 70.37 | 105.47 | - |
| YUV | 191.19 | 164 | 43.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 255 | 0.71 | 0.06 | 0 | 0 | 185.27 | 1 | 0.64 |
| Hex | 49 | EF | FF | 47 | 6 | 0 | 0 | B9 | 64 | 40 |
| Octal | 111 | 357 | 377 | 107 | 6 | 0 | 0 | 271 | 144 | 100 |
| Binary | 1001001 | 11101111 | 11111111 | 1000111 | 110 | 0 | 0 | 10111001 | 1100100 | 1000000 |
Color Harmonies of #49EFFF
Complementary color
Monochromatic Colors of #49EFFF
Black with #49EFFF
Text Example
Text Example
White with #49EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EFFF; }
p { color: rgb(73,239,255); }
H1.HeaderClassName
{
color: #49EFFF;
}
.AnyTagClassName
{
color: #49EFFF;
}
</style>
background-color css
<style>
a { background-color: #49EFFF; }
a { background-color: rgb(73,239,255); }
div.DivClassName
{
background-color: #49EFFF;
}
.BgClassName
{
background-color: #49EFFF;
}
</style>
border-color css
<style>
span { border-color: #49EFFF; }
span { border-color: rgb(73,239,255); }
td.TdClassName
{
border-color: #49EFFF;
}
.TagClassName
{
border-color: #49EFFF;
}
</style>