Shades of Summer Sky #49CDF1
Tints of Summer Sky #49CDF1
RGB
CMYK
RGB Variations
Color information
#49CDF1 (or 0x49CDF1) is known color: Summer Sky. HEX triplet: 49, CD and F1. RGB value is (73,205,241). Sum of RGB (Red+Green+Blue) = 73+205+241=519 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.07% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #49CDF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CDF1 is #B6320E. Grayscale: #A9A9A9. Windows color (decimal): -11940367 or 15846729. OLE color: 15846729.
HSL color Cylindrical-coordinate representation of color #49CDF1: hue angle of 192.86º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49CDF1 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 205 | 241 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.05 |
| HSL | 192.86º | 0.86% | 0.62% | - |
| HSV(B) | 192.86º | 0.7% | 0.95% | - |
| XYZ | 40.46 | 51.43 | 91.01 | - |
| YUV | 169.64 | 168.27 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 205 | 241 | 0.70 | 0.15 | 0 | 0.05 | 192.86 | 0.86 | 0.62 |
| Hex | 49 | CD | F1 | 46 | F | 0 | 5 | C1 | 56 | 3E |
| Octal | 111 | 315 | 361 | 106 | 17 | 0 | 5 | 301 | 126 | 76 |
| Binary | 1001001 | 11001101 | 11110001 | 1000110 | 1111 | 0 | 101 | 11000001 | 1010110 | 111110 |
Color Harmonies of #49CDF1
Complementary color
Monochromatic Colors of #49CDF1
Black with #49CDF1
Text Example
Text Example
White with #49CDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CDF1; }
p { color: rgb(73,205,241); }
H1.HeaderClassName
{
color: #49CDF1;
}
.AnyTagClassName
{
color: #49CDF1;
}
</style>
background-color css
<style>
a { background-color: #49CDF1; }
a { background-color: rgb(73,205,241); }
div.DivClassName
{
background-color: #49CDF1;
}
.BgClassName
{
background-color: #49CDF1;
}
</style>
border-color css
<style>
span { border-color: #49CDF1; }
span { border-color: rgb(73,205,241); }
td.TdClassName
{
border-color: #49CDF1;
}
.TagClassName
{
border-color: #49CDF1;
}
</style>