Shades of Summer Sky #49ACFD
Tints of Summer Sky #49ACFD
RGB
CMYK
RGB Variations
Color information
#49ACFD (or 0x49ACFD) is known color: Summer Sky. HEX triplet: 49, AC and FD. RGB value is (73,172,253). Sum of RGB (Red+Green+Blue) = 73+172+253=498 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.66% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #49ACFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49ACFD is #B65302. Grayscale: #979797. Windows color (decimal): -11948803 or 16624713. OLE color: 16624713.
HSL color Cylindrical-coordinate representation of color #49ACFD: hue angle of 207º 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 #49ACFD is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 172 | 253 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.01 |
| HSL | 207º | 0.98% | 0.64% | - |
| HSV(B) | 207º | 0.71% | 0.99% | - |
| XYZ | 35.23 | 38.01 | 98.41 | - |
| YUV | 151.63 | 185.2 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 172 | 253 | 0.71 | 0.32 | 0 | 0.01 | 207 | 0.98 | 0.64 |
| Hex | 49 | AC | FD | 47 | 20 | 0 | 1 | CF | 62 | 40 |
| Octal | 111 | 254 | 375 | 107 | 40 | 0 | 1 | 317 | 142 | 100 |
| Binary | 1001001 | 10101100 | 11111101 | 1000111 | 100000 | 0 | 1 | 11001111 | 1100010 | 1000000 |
Color Harmonies of #49ACFD
Complementary color
Monochromatic Colors of #49ACFD
Black with #49ACFD
Text Example
Text Example
White with #49ACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ACFD; }
p { color: rgb(73,172,253); }
H1.HeaderClassName
{
color: #49ACFD;
}
.AnyTagClassName
{
color: #49ACFD;
}
</style>
background-color css
<style>
a { background-color: #49ACFD; }
a { background-color: rgb(73,172,253); }
div.DivClassName
{
background-color: #49ACFD;
}
.BgClassName
{
background-color: #49ACFD;
}
</style>
border-color css
<style>
span { border-color: #49ACFD; }
span { border-color: rgb(73,172,253); }
td.TdClassName
{
border-color: #49ACFD;
}
.TagClassName
{
border-color: #49ACFD;
}
</style>