Shades of Summer Sky #49BCFF
Tints of Summer Sky #49BCFF
RGB
CMYK
RGB Variations
Color information
#49BCFF (or 0x49BCFF) is known color: Summer Sky. HEX triplet: 49, BC and FF. RGB value is (73,188,255). Sum of RGB (Red+Green+Blue) = 73+188+255=516 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.15% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #49BCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BCFF is #B64300. Grayscale: #A0A0A0. Windows color (decimal): -11944705 or 16759881. OLE color: 16759881.
HSL color Cylindrical-coordinate representation of color #49BCFF: hue angle of 202.09º 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 #49BCFF is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 188 | 255 | - |
| CMYK | 0.71 | 0.26 | 0 | 0 |
| HSL | 202.09º | 1% | 0.64% | - |
| HSV(B) | 202.09º | 0.71% | 1% | - |
| XYZ | 38.78 | 44.6 | 101.17 | - |
| YUV | 161.25 | 180.9 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 255 | 0.71 | 0.26 | 0 | 0 | 202.09 | 1 | 0.64 |
| Hex | 49 | BC | FF | 47 | 1A | 0 | 0 | CA | 64 | 40 |
| Octal | 111 | 274 | 377 | 107 | 32 | 0 | 0 | 312 | 144 | 100 |
| Binary | 1001001 | 10111100 | 11111111 | 1000111 | 11010 | 0 | 0 | 11001010 | 1100100 | 1000000 |
Color Harmonies of #49BCFF
Complementary color
Monochromatic Colors of #49BCFF
Black with #49BCFF
Text Example
Text Example
White with #49BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BCFF; }
p { color: rgb(73,188,255); }
H1.HeaderClassName
{
color: #49BCFF;
}
.AnyTagClassName
{
color: #49BCFF;
}
</style>
background-color css
<style>
a { background-color: #49BCFF; }
a { background-color: rgb(73,188,255); }
div.DivClassName
{
background-color: #49BCFF;
}
.BgClassName
{
background-color: #49BCFF;
}
</style>
border-color css
<style>
span { border-color: #49BCFF; }
span { border-color: rgb(73,188,255); }
td.TdClassName
{
border-color: #49BCFF;
}
.TagClassName
{
border-color: #49BCFF;
}
</style>