Shades of Summer Sky #49CDF4
Tints of Summer Sky #49CDF4
RGB
CMYK
RGB Variations
Color information
#49CDF4 (or 0x49CDF4) is known color: Summer Sky. HEX triplet: 49, CD and F4. RGB value is (73,205,244). Sum of RGB (Red+Green+Blue) = 73+205+244=522 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.98% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 244 (95.70% from 255 or 46.74% from 522); Max value from RGB is 244 - color contains mainly: blue. Hex color #49CDF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CDF4 is #B6320B. Grayscale: #A9A9A9. Windows color (decimal): -11940364 or 16043337. OLE color: 16043337.
HSL color Cylindrical-coordinate representation of color #49CDF4: hue angle of 193.68º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49CDF4 is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 205 | 244 | - |
| CMYK | 0.70 | 0.16 | 0 | 0.04 |
| HSL | 193.68º | 0.89% | 0.62% | - |
| HSV(B) | 193.68º | 0.7% | 0.96% | - |
| XYZ | 40.91 | 51.61 | 93.39 | - |
| YUV | 169.98 | 169.77 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 205 | 244 | 0.70 | 0.16 | 0 | 0.04 | 193.68 | 0.89 | 0.62 |
| Hex | 49 | CD | F4 | 46 | 10 | 0 | 4 | C2 | 59 | 3E |
| Octal | 111 | 315 | 364 | 106 | 20 | 0 | 4 | 302 | 131 | 76 |
| Binary | 1001001 | 11001101 | 11110100 | 1000110 | 10000 | 0 | 100 | 11000010 | 1011001 | 111110 |
Color Harmonies of #49CDF4
Complementary color
Monochromatic Colors of #49CDF4
Black with #49CDF4
Text Example
Text Example
White with #49CDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CDF4; }
p { color: rgb(73,205,244); }
H1.HeaderClassName
{
color: #49CDF4;
}
.AnyTagClassName
{
color: #49CDF4;
}
</style>
background-color css
<style>
a { background-color: #49CDF4; }
a { background-color: rgb(73,205,244); }
div.DivClassName
{
background-color: #49CDF4;
}
.BgClassName
{
background-color: #49CDF4;
}
</style>
border-color css
<style>
span { border-color: #49CDF4; }
span { border-color: rgb(73,205,244); }
td.TdClassName
{
border-color: #49CDF4;
}
.TagClassName
{
border-color: #49CDF4;
}
</style>