Shades of Baby Blue #49FFF1
Tints of Baby Blue #49FFF1
RGB
CMYK
RGB Variations
Color information
#49FFF1 (or 0x49FFF1) is known color: Baby Blue. HEX triplet: 49, FF and F1. RGB value is (73,255,241). Sum of RGB (Red+Green+Blue) = 73+255+241=569 (75% of max value = 765). Red value is 73 (28.91% from 255 or 12.83% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FFF1 is #B6000E. Grayscale: #C6C6C6. Windows color (decimal): -11927567 or 15859529. OLE color: 15859529.
HSL color Cylindrical-coordinate representation of color #49FFF1: hue angle of 175.38º 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 #49FFF1 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 241 | - |
| CMYK | 0.71 | 0 | 0.05 | 0 |
| HSL | 175.38º | 1% | 0.64% | - |
| HSV(B) | 175.38º | 0.71% | 1% | - |
| XYZ | 54.38 | 79.29 | 95.66 | - |
| YUV | 198.99 | 151.7 | 38.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 241 | 0.71 | 0 | 0.05 | 0 | 175.38 | 1 | 0.64 |
| Hex | 49 | FF | F1 | 47 | 0 | 5 | 0 | AF | 64 | 40 |
| Octal | 111 | 377 | 361 | 107 | 0 | 5 | 0 | 257 | 144 | 100 |
| Binary | 1001001 | 11111111 | 11110001 | 1000111 | 0 | 101 | 0 | 10101111 | 1100100 | 1000000 |
Color Harmonies of #49FFF1
Complementary color
Monochromatic Colors of #49FFF1
Black with #49FFF1
Text Example
Text Example
White with #49FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFF1; }
p { color: rgb(73,255,241); }
H1.HeaderClassName
{
color: #49FFF1;
}
.AnyTagClassName
{
color: #49FFF1;
}
</style>
background-color css
<style>
a { background-color: #49FFF1; }
a { background-color: rgb(73,255,241); }
div.DivClassName
{
background-color: #49FFF1;
}
.BgClassName
{
background-color: #49FFF1;
}
</style>
border-color css
<style>
span { border-color: #49FFF1; }
span { border-color: rgb(73,255,241); }
td.TdClassName
{
border-color: #49FFF1;
}
.TagClassName
{
border-color: #49FFF1;
}
</style>