Shades of Summer Sky #49ABFD
Tints of Summer Sky #49ABFD
RGB
CMYK
RGB Variations
Color information
#49ABFD (or 0x49ABFD) is known color: Summer Sky. HEX triplet: 49, AB and FD. RGB value is (73,171,253). Sum of RGB (Red+Green+Blue) = 73+171+253=497 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.69% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #49ABFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49ABFD is #B65402. Grayscale: #969696. Windows color (decimal): -11949059 or 16624457. OLE color: 16624457.
HSL color Cylindrical-coordinate representation of color #49ABFD: hue angle of 207.33º 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 #49ABFD is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 171 | 253 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.01 |
| HSL | 207.33º | 0.98% | 0.64% | - |
| HSV(B) | 207.33º | 0.71% | 0.99% | - |
| XYZ | 35.04 | 37.63 | 98.35 | - |
| YUV | 151.05 | 185.53 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 171 | 253 | 0.71 | 0.32 | 0 | 0.01 | 207.33 | 0.98 | 0.64 |
| Hex | 49 | AB | FD | 47 | 20 | 0 | 1 | CF | 62 | 40 |
| Octal | 111 | 253 | 375 | 107 | 40 | 0 | 1 | 317 | 142 | 100 |
| Binary | 1001001 | 10101011 | 11111101 | 1000111 | 100000 | 0 | 1 | 11001111 | 1100010 | 1000000 |
Color Harmonies of #49ABFD
Complementary color
Monochromatic Colors of #49ABFD
Black with #49ABFD
Text Example
Text Example
White with #49ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ABFD; }
p { color: rgb(73,171,253); }
H1.HeaderClassName
{
color: #49ABFD;
}
.AnyTagClassName
{
color: #49ABFD;
}
</style>
background-color css
<style>
a { background-color: #49ABFD; }
a { background-color: rgb(73,171,253); }
div.DivClassName
{
background-color: #49ABFD;
}
.BgClassName
{
background-color: #49ABFD;
}
</style>
border-color css
<style>
span { border-color: #49ABFD; }
span { border-color: rgb(73,171,253); }
td.TdClassName
{
border-color: #49ABFD;
}
.TagClassName
{
border-color: #49ABFD;
}
</style>