Shades of Summer Sky #49CDEF
Tints of Summer Sky #49CDEF
RGB
CMYK
RGB Variations
Color information
#49CDEF (or 0x49CDEF) is known color: Summer Sky. HEX triplet: 49, CD and EF. RGB value is (73,205,239). Sum of RGB (Red+Green+Blue) = 73+205+239=517 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.12% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #49CDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CDEF is #B63210. Grayscale: #A9A9A9. Windows color (decimal): -11940369 or 15715657. OLE color: 15715657.
HSL color Cylindrical-coordinate representation of color #49CDEF: hue angle of 192.29º 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 #49CDEF is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 205 | 239 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.06 |
| HSL | 192.29º | 0.84% | 0.61% | - |
| HSV(B) | 192.29º | 0.69% | 0.94% | - |
| XYZ | 40.16 | 51.31 | 89.45 | - |
| YUV | 169.41 | 167.27 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 205 | 239 | 0.69 | 0.14 | 0 | 0.06 | 192.29 | 0.84 | 0.61 |
| Hex | 49 | CD | EF | 45 | E | 0 | 6 | C0 | 54 | 3D |
| Octal | 111 | 315 | 357 | 105 | 16 | 0 | 6 | 300 | 124 | 75 |
| Binary | 1001001 | 11001101 | 11101111 | 1000101 | 1110 | 0 | 110 | 11000000 | 1010100 | 111101 |
Color Harmonies of #49CDEF
Complementary color
Monochromatic Colors of #49CDEF
Black with #49CDEF
Text Example
Text Example
White with #49CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CDEF; }
p { color: rgb(73,205,239); }
H1.HeaderClassName
{
color: #49CDEF;
}
.AnyTagClassName
{
color: #49CDEF;
}
</style>
background-color css
<style>
a { background-color: #49CDEF; }
a { background-color: rgb(73,205,239); }
div.DivClassName
{
background-color: #49CDEF;
}
.BgClassName
{
background-color: #49CDEF;
}
</style>
border-color css
<style>
span { border-color: #49CDEF; }
span { border-color: rgb(73,205,239); }
td.TdClassName
{
border-color: #49CDEF;
}
.TagClassName
{
border-color: #49CDEF;
}
</style>