Shades of Baby Blue #49F7FF
Tints of Baby Blue #49F7FF
RGB
CMYK
RGB Variations
Color information
#49F7FF (or 0x49F7FF) is known color: Baby Blue. HEX triplet: 49, F7 and FF. RGB value is (73,247,255). Sum of RGB (Red+Green+Blue) = 73+247+255=575 (76% of max value = 765). Red value is 73 (28.91% from 255 or 12.70% from 575); Green value is 247 (96.88% from 255 or 42.96% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #49F7FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49F7FF is #B60800. Grayscale: #C3C3C3. Windows color (decimal): -11929601 or 16774985. OLE color: 16774985.
HSL color Cylindrical-coordinate representation of color #49F7FF: hue angle of 182.64º 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 #49F7FF is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 247 | 255 | - |
| CMYK | 0.71 | 0.03 | 0 | 0 |
| HSL | 182.64º | 1% | 0.64% | - |
| HSV(B) | 182.64º | 0.71% | 1% | - |
| XYZ | 54.06 | 75.16 | 106.27 | - |
| YUV | 195.89 | 161.35 | 40.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 247 | 255 | 0.71 | 0.03 | 0 | 0 | 182.64 | 1 | 0.64 |
| Hex | 49 | F7 | FF | 47 | 3 | 0 | 0 | B7 | 64 | 40 |
| Octal | 111 | 367 | 377 | 107 | 3 | 0 | 0 | 267 | 144 | 100 |
| Binary | 1001001 | 11110111 | 11111111 | 1000111 | 11 | 0 | 0 | 10110111 | 1100100 | 1000000 |
Color Harmonies of #49F7FF
Complementary color
Monochromatic Colors of #49F7FF
Black with #49F7FF
Text Example
Text Example
White with #49F7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F7FF; }
p { color: rgb(73,247,255); }
H1.HeaderClassName
{
color: #49F7FF;
}
.AnyTagClassName
{
color: #49F7FF;
}
</style>
background-color css
<style>
a { background-color: #49F7FF; }
a { background-color: rgb(73,247,255); }
div.DivClassName
{
background-color: #49F7FF;
}
.BgClassName
{
background-color: #49F7FF;
}
</style>
border-color css
<style>
span { border-color: #49F7FF; }
span { border-color: rgb(73,247,255); }
td.TdClassName
{
border-color: #49F7FF;
}
.TagClassName
{
border-color: #49F7FF;
}
</style>