Shades of Summer Sky #49ADEF
Tints of Summer Sky #49ADEF
RGB
CMYK
RGB Variations
Color information
#49ADEF (or 0x49ADEF) is known color: Summer Sky. HEX triplet: 49, AD and EF. RGB value is (73,173,239). Sum of RGB (Red+Green+Blue) = 73+173+239=485 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.05% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #49ADEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49ADEF is #B65210. Grayscale: #969696. Windows color (decimal): -11948561 or 15707465. OLE color: 15707465.
HSL color Cylindrical-coordinate representation of color #49ADEF: hue angle of 203.86º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49ADEF is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 173 | 239 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.06 |
| HSL | 203.86º | 0.84% | 0.61% | - |
| HSV(B) | 203.86º | 0.69% | 0.94% | - |
| XYZ | 33.27 | 37.54 | 87.15 | - |
| YUV | 150.62 | 177.87 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 239 | 0.69 | 0.28 | 0 | 0.06 | 203.86 | 0.84 | 0.61 |
| Hex | 49 | AD | EF | 45 | 1C | 0 | 6 | CC | 54 | 3D |
| Octal | 111 | 255 | 357 | 105 | 34 | 0 | 6 | 314 | 124 | 75 |
| Binary | 1001001 | 10101101 | 11101111 | 1000101 | 11100 | 0 | 110 | 11001100 | 1010100 | 111101 |
Color Harmonies of #49ADEF
Complementary color
Monochromatic Colors of #49ADEF
Black with #49ADEF
Text Example
Text Example
White with #49ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ADEF; }
p { color: rgb(73,173,239); }
H1.HeaderClassName
{
color: #49ADEF;
}
.AnyTagClassName
{
color: #49ADEF;
}
</style>
background-color css
<style>
a { background-color: #49ADEF; }
a { background-color: rgb(73,173,239); }
div.DivClassName
{
background-color: #49ADEF;
}
.BgClassName
{
background-color: #49ADEF;
}
</style>
border-color css
<style>
span { border-color: #49ADEF; }
span { border-color: rgb(73,173,239); }
td.TdClassName
{
border-color: #49ADEF;
}
.TagClassName
{
border-color: #49ADEF;
}
</style>