Shades of Summer Sky #49BDF9
Tints of Summer Sky #49BDF9
RGB
CMYK
RGB Variations
Color information
#49BDF9 (or 0x49BDF9) is known color: Summer Sky. HEX triplet: 49, BD and F9. RGB value is (73,189,249). Sum of RGB (Red+Green+Blue) = 73+189+249=511 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.29% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #49BDF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BDF9 is #B64206. Grayscale: #A0A0A0. Windows color (decimal): -11944455 or 16366921. OLE color: 16366921.
HSL color Cylindrical-coordinate representation of color #49BDF9: hue angle of 200.45º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49BDF9 is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 189 | 249 | - |
| CMYK | 0.71 | 0.24 | 0 | 0.02 |
| HSL | 200.45º | 0.94% | 0.63% | - |
| HSV(B) | 200.45º | 0.71% | 0.98% | - |
| XYZ | 38.04 | 44.65 | 96.24 | - |
| YUV | 161.16 | 177.57 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 249 | 0.71 | 0.24 | 0 | 0.02 | 200.45 | 0.94 | 0.63 |
| Hex | 49 | BD | F9 | 47 | 18 | 0 | 2 | C8 | 5E | 3F |
| Octal | 111 | 275 | 371 | 107 | 30 | 0 | 2 | 310 | 136 | 77 |
| Binary | 1001001 | 10111101 | 11111001 | 1000111 | 11000 | 0 | 10 | 11001000 | 1011110 | 111111 |
Color Harmonies of #49BDF9
Complementary color
Monochromatic Colors of #49BDF9
Black with #49BDF9
Text Example
Text Example
White with #49BDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BDF9; }
p { color: rgb(73,189,249); }
H1.HeaderClassName
{
color: #49BDF9;
}
.AnyTagClassName
{
color: #49BDF9;
}
</style>
background-color css
<style>
a { background-color: #49BDF9; }
a { background-color: rgb(73,189,249); }
div.DivClassName
{
background-color: #49BDF9;
}
.BgClassName
{
background-color: #49BDF9;
}
</style>
border-color css
<style>
span { border-color: #49BDF9; }
span { border-color: rgb(73,189,249); }
td.TdClassName
{
border-color: #49BDF9;
}
.TagClassName
{
border-color: #49BDF9;
}
</style>