Shades of Summer Sky #49AFEC
Tints of Summer Sky #49AFEC
RGB
CMYK
RGB Variations
Color information
#49AFEC (or 0x49AFEC) is known color: Summer Sky. HEX triplet: 49, AF and EC. RGB value is (73,175,236). Sum of RGB (Red+Green+Blue) = 73+175+236=484 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.08% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #49AFEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49AFEC is #B65013. Grayscale: #979797. Windows color (decimal): -11948052 or 15511369. OLE color: 15511369.
HSL color Cylindrical-coordinate representation of color #49AFEC: hue angle of 202.45º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49AFEC is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 175 | 236 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.07 |
| HSL | 202.45º | 0.81% | 0.61% | - |
| HSV(B) | 202.45º | 0.69% | 0.93% | - |
| XYZ | 33.22 | 38.13 | 84.97 | - |
| YUV | 151.46 | 175.71 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 236 | 0.69 | 0.26 | 0 | 0.07 | 202.45 | 0.81 | 0.61 |
| Hex | 49 | AF | EC | 45 | 1A | 0 | 7 | CA | 51 | 3D |
| Octal | 111 | 257 | 354 | 105 | 32 | 0 | 7 | 312 | 121 | 75 |
| Binary | 1001001 | 10101111 | 11101100 | 1000101 | 11010 | 0 | 111 | 11001010 | 1010001 | 111101 |
Color Harmonies of #49AFEC
Complementary color
Monochromatic Colors of #49AFEC
Black with #49AFEC
Text Example
Text Example
White with #49AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AFEC; }
p { color: rgb(73,175,236); }
H1.HeaderClassName
{
color: #49AFEC;
}
.AnyTagClassName
{
color: #49AFEC;
}
</style>
background-color css
<style>
a { background-color: #49AFEC; }
a { background-color: rgb(73,175,236); }
div.DivClassName
{
background-color: #49AFEC;
}
.BgClassName
{
background-color: #49AFEC;
}
</style>
border-color css
<style>
span { border-color: #49AFEC; }
span { border-color: rgb(73,175,236); }
td.TdClassName
{
border-color: #49AFEC;
}
.TagClassName
{
border-color: #49AFEC;
}
</style>