Shades of Baby Blue #49FAFF
Tints of Baby Blue #49FAFF
RGB
CMYK
RGB Variations
Color information
#49FAFF (or 0x49FAFF) is known color: Baby Blue. HEX triplet: 49, FA and FF. RGB value is (73,250,255). Sum of RGB (Red+Green+Blue) = 73+250+255=578 (76% of max value = 765). Red value is 73 (28.91% from 255 or 12.63% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #49FAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FAFF is #B60500. Grayscale: #C5C5C5. Windows color (decimal): -11928833 or 16775753. OLE color: 16775753.
HSL color Cylindrical-coordinate representation of color #49FAFF: hue angle of 181.65º 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 #49FAFF is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 250 | 255 | - |
| CMYK | 0.71 | 0.02 | 0 | 0 |
| HSL | 181.65º | 1% | 0.64% | - |
| HSV(B) | 181.65º | 0.71% | 1% | - |
| XYZ | 54.98 | 77.01 | 106.57 | - |
| YUV | 197.65 | 160.36 | 39.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 250 | 255 | 0.71 | 0.02 | 0 | 0 | 181.65 | 1 | 0.64 |
| Hex | 49 | FA | FF | 47 | 2 | 0 | 0 | B6 | 64 | 40 |
| Octal | 111 | 372 | 377 | 107 | 2 | 0 | 0 | 266 | 144 | 100 |
| Binary | 1001001 | 11111010 | 11111111 | 1000111 | 10 | 0 | 0 | 10110110 | 1100100 | 1000000 |
Color Harmonies of #49FAFF
Complementary color
Monochromatic Colors of #49FAFF
Black with #49FAFF
Text Example
Text Example
White with #49FAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FAFF; }
p { color: rgb(73,250,255); }
H1.HeaderClassName
{
color: #49FAFF;
}
.AnyTagClassName
{
color: #49FAFF;
}
</style>
background-color css
<style>
a { background-color: #49FAFF; }
a { background-color: rgb(73,250,255); }
div.DivClassName
{
background-color: #49FAFF;
}
.BgClassName
{
background-color: #49FAFF;
}
</style>
border-color css
<style>
span { border-color: #49FAFF; }
span { border-color: rgb(73,250,255); }
td.TdClassName
{
border-color: #49FAFF;
}
.TagClassName
{
border-color: #49FAFF;
}
</style>