Shades of Summer Sky #49ACF9
Tints of Summer Sky #49ACF9
RGB
CMYK
RGB Variations
Color information
#49ACF9 (or 0x49ACF9) is known color: Summer Sky. HEX triplet: 49, AC and F9. RGB value is (73,172,249). Sum of RGB (Red+Green+Blue) = 73+172+249=494 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.78% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #49ACF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49ACF9 is #B65306. Grayscale: #969696. Windows color (decimal): -11948807 or 16362569. OLE color: 16362569.
HSL color Cylindrical-coordinate representation of color #49ACF9: hue angle of 206.25º 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 #49ACF9 is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 172 | 249 | - |
| CMYK | 0.71 | 0.31 | 0 | 0.02 |
| HSL | 206.25º | 0.94% | 0.63% | - |
| HSV(B) | 206.25º | 0.71% | 0.98% | - |
| XYZ | 34.6 | 37.76 | 95.09 | - |
| YUV | 151.18 | 183.2 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 172 | 249 | 0.71 | 0.31 | 0 | 0.02 | 206.25 | 0.94 | 0.63 |
| Hex | 49 | AC | F9 | 47 | 1F | 0 | 2 | CE | 5E | 3F |
| Octal | 111 | 254 | 371 | 107 | 37 | 0 | 2 | 316 | 136 | 77 |
| Binary | 1001001 | 10101100 | 11111001 | 1000111 | 11111 | 0 | 10 | 11001110 | 1011110 | 111111 |
Color Harmonies of #49ACF9
Complementary color
Monochromatic Colors of #49ACF9
Black with #49ACF9
Text Example
Text Example
White with #49ACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ACF9; }
p { color: rgb(73,172,249); }
H1.HeaderClassName
{
color: #49ACF9;
}
.AnyTagClassName
{
color: #49ACF9;
}
</style>
background-color css
<style>
a { background-color: #49ACF9; }
a { background-color: rgb(73,172,249); }
div.DivClassName
{
background-color: #49ACF9;
}
.BgClassName
{
background-color: #49ACF9;
}
</style>
border-color css
<style>
span { border-color: #49ACF9; }
span { border-color: rgb(73,172,249); }
td.TdClassName
{
border-color: #49ACF9;
}
.TagClassName
{
border-color: #49ACF9;
}
</style>