Shades of Summer Sky #49ADFD
Tints of Summer Sky #49ADFD
RGB
CMYK
RGB Variations
Color information
#49ADFD (or 0x49ADFD) is known color: Summer Sky. HEX triplet: 49, AD and FD. RGB value is (73,173,253). Sum of RGB (Red+Green+Blue) = 73+173+253=499 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.63% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #49ADFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49ADFD is #B65202. Grayscale: #979797. Windows color (decimal): -11948547 or 16624969. OLE color: 16624969.
HSL color Cylindrical-coordinate representation of color #49ADFD: hue angle of 206.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 #49ADFD is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 173 | 253 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.01 |
| HSL | 206.67º | 0.98% | 0.64% | - |
| HSV(B) | 206.67º | 0.71% | 0.99% | - |
| XYZ | 35.42 | 38.4 | 98.47 | - |
| YUV | 152.22 | 184.87 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 253 | 0.71 | 0.32 | 0 | 0.01 | 206.67 | 0.98 | 0.64 |
| Hex | 49 | AD | FD | 47 | 20 | 0 | 1 | CF | 62 | 40 |
| Octal | 111 | 255 | 375 | 107 | 40 | 0 | 1 | 317 | 142 | 100 |
| Binary | 1001001 | 10101101 | 11111101 | 1000111 | 100000 | 0 | 1 | 11001111 | 1100010 | 1000000 |
Color Harmonies of #49ADFD
Complementary color
Monochromatic Colors of #49ADFD
Black with #49ADFD
Text Example
Text Example
White with #49ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ADFD; }
p { color: rgb(73,173,253); }
H1.HeaderClassName
{
color: #49ADFD;
}
.AnyTagClassName
{
color: #49ADFD;
}
</style>
background-color css
<style>
a { background-color: #49ADFD; }
a { background-color: rgb(73,173,253); }
div.DivClassName
{
background-color: #49ADFD;
}
.BgClassName
{
background-color: #49ADFD;
}
</style>
border-color css
<style>
span { border-color: #49ADFD; }
span { border-color: rgb(73,173,253); }
td.TdClassName
{
border-color: #49ADFD;
}
.TagClassName
{
border-color: #49ADFD;
}
</style>