Shades of Baby Blue #49FCFF
Tints of Baby Blue #49FCFF
RGB
CMYK
RGB Variations
Color information
#49FCFF (or 0x49FCFF) is known color: Baby Blue. HEX triplet: 49, FC and FF. RGB value is (73,252,255). Sum of RGB (Red+Green+Blue) = 73+252+255=580 (76% of max value = 765). Red value is 73 (28.91% from 255 or 12.59% from 580); Green value is 252 (98.83% from 255 or 43.45% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #49FCFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FCFF is #B60300. Grayscale: #C6C6C6. Windows color (decimal): -11928321 or 16776265. OLE color: 16776265.
HSL color Cylindrical-coordinate representation of color #49FCFF: hue angle of 180.99º 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 #49FCFF is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 252 | 255 | - |
| CMYK | 0.71 | 0.01 | 0 | 0 |
| HSL | 180.99º | 1% | 0.64% | - |
| HSV(B) | 180.99º | 0.71% | 1% | - |
| XYZ | 55.61 | 78.26 | 106.78 | - |
| YUV | 198.82 | 159.7 | 38.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 252 | 255 | 0.71 | 0.01 | 0 | 0 | 180.99 | 1 | 0.64 |
| Hex | 49 | FC | FF | 47 | 1 | 0 | 0 | B5 | 64 | 40 |
| Octal | 111 | 374 | 377 | 107 | 1 | 0 | 0 | 265 | 144 | 100 |
| Binary | 1001001 | 11111100 | 11111111 | 1000111 | 1 | 0 | 0 | 10110101 | 1100100 | 1000000 |
Color Harmonies of #49FCFF
Complementary color
Monochromatic Colors of #49FCFF
Black with #49FCFF
Text Example
Text Example
White with #49FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FCFF; }
p { color: rgb(73,252,255); }
H1.HeaderClassName
{
color: #49FCFF;
}
.AnyTagClassName
{
color: #49FCFF;
}
</style>
background-color css
<style>
a { background-color: #49FCFF; }
a { background-color: rgb(73,252,255); }
div.DivClassName
{
background-color: #49FCFF;
}
.BgClassName
{
background-color: #49FCFF;
}
</style>
border-color css
<style>
span { border-color: #49FCFF; }
span { border-color: rgb(73,252,255); }
td.TdClassName
{
border-color: #49FCFF;
}
.TagClassName
{
border-color: #49FCFF;
}
</style>