Shades of Summer Sky #49AAFD
Tints of Summer Sky #49AAFD
RGB
CMYK
RGB Variations
Color information
#49AAFD (or 0x49AAFD) is known color: Summer Sky. HEX triplet: 49, AA and FD. RGB value is (73,170,253). Sum of RGB (Red+Green+Blue) = 73+170+253=496 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.72% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #49AAFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49AAFD is #B65502. Grayscale: #969696. Windows color (decimal): -11949315 or 16624201. OLE color: 16624201.
HSL color Cylindrical-coordinate representation of color #49AAFD: hue angle of 207.67º degrees, saturation: 0.98, 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 #49AAFD is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 170 | 253 | - |
| CMYK | 0.71 | 0.33 | 0 | 0.01 |
| HSL | 207.67º | 0.98% | 0.64% | - |
| HSV(B) | 207.67º | 0.71% | 0.99% | - |
| XYZ | 34.85 | 37.26 | 98.28 | - |
| YUV | 150.46 | 185.86 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 170 | 253 | 0.71 | 0.33 | 0 | 0.01 | 207.67 | 0.98 | 0.64 |
| Hex | 49 | AA | FD | 47 | 21 | 0 | 1 | D0 | 62 | 40 |
| Octal | 111 | 252 | 375 | 107 | 41 | 0 | 1 | 320 | 142 | 100 |
| Binary | 1001001 | 10101010 | 11111101 | 1000111 | 100001 | 0 | 1 | 11010000 | 1100010 | 1000000 |
Color Harmonies of #49AAFD
Complementary color
Monochromatic Colors of #49AAFD
Black with #49AAFD
Text Example
Text Example
White with #49AAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AAFD; }
p { color: rgb(73,170,253); }
H1.HeaderClassName
{
color: #49AAFD;
}
.AnyTagClassName
{
color: #49AAFD;
}
</style>
background-color css
<style>
a { background-color: #49AAFD; }
a { background-color: rgb(73,170,253); }
div.DivClassName
{
background-color: #49AAFD;
}
.BgClassName
{
background-color: #49AAFD;
}
</style>
border-color css
<style>
span { border-color: #49AAFD; }
span { border-color: rgb(73,170,253); }
td.TdClassName
{
border-color: #49AAFD;
}
.TagClassName
{
border-color: #49AAFD;
}
</style>