Shades of Summer Sky #49CAF0
Tints of Summer Sky #49CAF0
RGB
CMYK
RGB Variations
Color information
#49CAF0 (or 0x49CAF0) is known color: Summer Sky. HEX triplet: 49, CA and F0. RGB value is (73,202,240). Sum of RGB (Red+Green+Blue) = 73+202+240=515 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.17% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 240 (94.14% from 255 or 46.60% from 515); Max value from RGB is 240 - color contains mainly: blue. Hex color #49CAF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CAF0 is #B6350F. Grayscale: #A7A7A7. Windows color (decimal): -11941136 or 15780425. OLE color: 15780425.
HSL color Cylindrical-coordinate representation of color #49CAF0: hue angle of 193.65º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49CAF0 is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 202 | 240 | - |
| CMYK | 0.70 | 0.16 | 0 | 0.06 |
| HSL | 193.65º | 0.85% | 0.61% | - |
| HSV(B) | 193.65º | 0.7% | 0.94% | - |
| XYZ | 39.6 | 49.95 | 89.99 | - |
| YUV | 167.76 | 168.76 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 202 | 240 | 0.70 | 0.16 | 0 | 0.06 | 193.65 | 0.85 | 0.61 |
| Hex | 49 | CA | F0 | 46 | 10 | 0 | 6 | C2 | 55 | 3D |
| Octal | 111 | 312 | 360 | 106 | 20 | 0 | 6 | 302 | 125 | 75 |
| Binary | 1001001 | 11001010 | 11110000 | 1000110 | 10000 | 0 | 110 | 11000010 | 1010101 | 111101 |
Color Harmonies of #49CAF0
Complementary color
Monochromatic Colors of #49CAF0
Black with #49CAF0
Text Example
Text Example
White with #49CAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CAF0; }
p { color: rgb(73,202,240); }
H1.HeaderClassName
{
color: #49CAF0;
}
.AnyTagClassName
{
color: #49CAF0;
}
</style>
background-color css
<style>
a { background-color: #49CAF0; }
a { background-color: rgb(73,202,240); }
div.DivClassName
{
background-color: #49CAF0;
}
.BgClassName
{
background-color: #49CAF0;
}
</style>
border-color css
<style>
span { border-color: #49CAF0; }
span { border-color: rgb(73,202,240); }
td.TdClassName
{
border-color: #49CAF0;
}
.TagClassName
{
border-color: #49CAF0;
}
</style>