Shades of Summer Sky #49BFFC
Tints of Summer Sky #49BFFC
RGB
CMYK
RGB Variations
Color information
#49BFFC (or 0x49BFFC) is known color: Summer Sky. HEX triplet: 49, BF and FC. RGB value is (73,191,252). Sum of RGB (Red+Green+Blue) = 73+191+252=516 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.15% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #49BFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BFFC is #B64003. Grayscale: #A2A2A2. Windows color (decimal): -11943940 or 16564041. OLE color: 16564041.
HSL color Cylindrical-coordinate representation of color #49BFFC: hue angle of 200.45º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49BFFC is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 191 | 252 | - |
| CMYK | 0.71 | 0.24 | 0 | 0.01 |
| HSL | 200.45º | 0.97% | 0.64% | - |
| HSV(B) | 200.45º | 0.71% | 0.99% | - |
| XYZ | 38.95 | 45.71 | 98.86 | - |
| YUV | 162.67 | 178.41 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 191 | 252 | 0.71 | 0.24 | 0 | 0.01 | 200.45 | 0.97 | 0.64 |
| Hex | 49 | BF | FC | 47 | 18 | 0 | 1 | C8 | 61 | 40 |
| Octal | 111 | 277 | 374 | 107 | 30 | 0 | 1 | 310 | 141 | 100 |
| Binary | 1001001 | 10111111 | 11111100 | 1000111 | 11000 | 0 | 1 | 11001000 | 1100001 | 1000000 |
Color Harmonies of #49BFFC
Complementary color
Monochromatic Colors of #49BFFC
Black with #49BFFC
Text Example
Text Example
White with #49BFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BFFC; }
p { color: rgb(73,191,252); }
H1.HeaderClassName
{
color: #49BFFC;
}
.AnyTagClassName
{
color: #49BFFC;
}
</style>
background-color css
<style>
a { background-color: #49BFFC; }
a { background-color: rgb(73,191,252); }
div.DivClassName
{
background-color: #49BFFC;
}
.BgClassName
{
background-color: #49BFFC;
}
</style>
border-color css
<style>
span { border-color: #49BFFC; }
span { border-color: rgb(73,191,252); }
td.TdClassName
{
border-color: #49BFFC;
}
.TagClassName
{
border-color: #49BFFC;
}
</style>