Shades of Summer Sky #49CBF0
Tints of Summer Sky #49CBF0
RGB
CMYK
RGB Variations
Color information
#49CBF0 (or 0x49CBF0) is known color: Summer Sky. HEX triplet: 49, CB and F0. RGB value is (73,203,240). Sum of RGB (Red+Green+Blue) = 73+203+240=516 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.15% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 240 - color contains mainly: blue. Hex color #49CBF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CBF0 is #B6340F. Grayscale: #A8A8A8. Windows color (decimal): -11940880 or 15780681. OLE color: 15780681.
HSL color Cylindrical-coordinate representation of color #49CBF0: hue angle of 193.29º 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 #49CBF0 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 203 | 240 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.06 |
| HSL | 193.29º | 0.85% | 0.61% | - |
| HSV(B) | 193.29º | 0.7% | 0.94% | - |
| XYZ | 39.83 | 50.42 | 90.07 | - |
| YUV | 168.35 | 168.43 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 203 | 240 | 0.70 | 0.15 | 0 | 0.06 | 193.29 | 0.85 | 0.61 |
| Hex | 49 | CB | F0 | 46 | F | 0 | 6 | C1 | 55 | 3D |
| Octal | 111 | 313 | 360 | 106 | 17 | 0 | 6 | 301 | 125 | 75 |
| Binary | 1001001 | 11001011 | 11110000 | 1000110 | 1111 | 0 | 110 | 11000001 | 1010101 | 111101 |
Color Harmonies of #49CBF0
Complementary color
Monochromatic Colors of #49CBF0
Black with #49CBF0
Text Example
Text Example
White with #49CBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CBF0; }
p { color: rgb(73,203,240); }
H1.HeaderClassName
{
color: #49CBF0;
}
.AnyTagClassName
{
color: #49CBF0;
}
</style>
background-color css
<style>
a { background-color: #49CBF0; }
a { background-color: rgb(73,203,240); }
div.DivClassName
{
background-color: #49CBF0;
}
.BgClassName
{
background-color: #49CBF0;
}
</style>
border-color css
<style>
span { border-color: #49CBF0; }
span { border-color: rgb(73,203,240); }
td.TdClassName
{
border-color: #49CBF0;
}
.TagClassName
{
border-color: #49CBF0;
}
</style>