Shades of Summer Sky #49AFDE
Tints of Summer Sky #49AFDE
RGB
CMYK
RGB Variations
Color information
#49AFDE (or 0x49AFDE) is known color: Summer Sky. HEX triplet: 49, AF and DE. RGB value is (73,175,222). Sum of RGB (Red+Green+Blue) = 73+175+222=470 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.53% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #49AFDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AFDE is #B65021. Grayscale: #959595. Windows color (decimal): -11948066 or 14593865. OLE color: 14593865.
HSL color Cylindrical-coordinate representation of color #49AFDE: hue angle of 198.93º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49AFDE is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 175 | 222 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.13 |
| HSL | 198.93º | 0.69% | 0.58% | - |
| HSV(B) | 198.93º | 0.67% | 0.87% | - |
| XYZ | 31.26 | 37.35 | 74.67 | - |
| YUV | 149.86 | 168.71 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 222 | 0.67 | 0.21 | 0 | 0.13 | 198.93 | 0.69 | 0.58 |
| Hex | 49 | AF | DE | 43 | 15 | 0 | D | C7 | 45 | 3A |
| Octal | 111 | 257 | 336 | 103 | 25 | 0 | 15 | 307 | 105 | 72 |
| Binary | 1001001 | 10101111 | 11011110 | 1000011 | 10101 | 0 | 1101 | 11000111 | 1000101 | 111010 |
Color Harmonies of #49AFDE
Complementary color
Monochromatic Colors of #49AFDE
Black with #49AFDE
Text Example
Text Example
White with #49AFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AFDE; }
p { color: rgb(73,175,222); }
H1.HeaderClassName
{
color: #49AFDE;
}
.AnyTagClassName
{
color: #49AFDE;
}
</style>
background-color css
<style>
a { background-color: #49AFDE; }
a { background-color: rgb(73,175,222); }
div.DivClassName
{
background-color: #49AFDE;
}
.BgClassName
{
background-color: #49AFDE;
}
</style>
border-color css
<style>
span { border-color: #49AFDE; }
span { border-color: rgb(73,175,222); }
td.TdClassName
{
border-color: #49AFDE;
}
.TagClassName
{
border-color: #49AFDE;
}
</style>