Shades of Baby Blue #49F9FF
Tints of Baby Blue #49F9FF
RGB
CMYK
RGB Variations
Color information
#49F9FF (or 0x49F9FF) is known color: Baby Blue. HEX triplet: 49, F9 and FF. RGB value is (73,249,255). Sum of RGB (Red+Green+Blue) = 73+249+255=577 (76% of max value = 765). Red value is 73 (28.91% from 255 or 12.65% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #49F9FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49F9FF is #B60600. Grayscale: #C4C4C4. Windows color (decimal): -11929089 or 16775497. OLE color: 16775497.
HSL color Cylindrical-coordinate representation of color #49F9FF: hue angle of 181.98º 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 #49F9FF is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 249 | 255 | - |
| CMYK | 0.71 | 0.02 | 0 | 0 |
| HSL | 181.98º | 1% | 0.64% | - |
| HSV(B) | 181.98º | 0.71% | 1% | - |
| XYZ | 54.67 | 76.39 | 106.47 | - |
| YUV | 197.06 | 160.69 | 39.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 249 | 255 | 0.71 | 0.02 | 0 | 0 | 181.98 | 1 | 0.64 |
| Hex | 49 | F9 | FF | 47 | 2 | 0 | 0 | B6 | 64 | 40 |
| Octal | 111 | 371 | 377 | 107 | 2 | 0 | 0 | 266 | 144 | 100 |
| Binary | 1001001 | 11111001 | 11111111 | 1000111 | 10 | 0 | 0 | 10110110 | 1100100 | 1000000 |
Color Harmonies of #49F9FF
Complementary color
Monochromatic Colors of #49F9FF
Black with #49F9FF
Text Example
Text Example
White with #49F9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F9FF; }
p { color: rgb(73,249,255); }
H1.HeaderClassName
{
color: #49F9FF;
}
.AnyTagClassName
{
color: #49F9FF;
}
</style>
background-color css
<style>
a { background-color: #49F9FF; }
a { background-color: rgb(73,249,255); }
div.DivClassName
{
background-color: #49F9FF;
}
.BgClassName
{
background-color: #49F9FF;
}
</style>
border-color css
<style>
span { border-color: #49F9FF; }
span { border-color: rgb(73,249,255); }
td.TdClassName
{
border-color: #49F9FF;
}
.TagClassName
{
border-color: #49F9FF;
}
</style>