Shades of Summer Sky #49CBF2
Tints of Summer Sky #49CBF2
RGB
CMYK
RGB Variations
Color information
#49CBF2 (or 0x49CBF2) is known color: Summer Sky. HEX triplet: 49, CB and F2. RGB value is (73,203,242). Sum of RGB (Red+Green+Blue) = 73+203+242=518 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.09% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 242 - color contains mainly: blue. Hex color #49CBF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CBF2 is #B6340D. Grayscale: #A8A8A8. Windows color (decimal): -11940878 or 15911753. OLE color: 15911753.
HSL color Cylindrical-coordinate representation of color #49CBF2: hue angle of 193.85º degrees, saturation: 0.87, 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 #49CBF2 is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 203 | 242 | - |
| CMYK | 0.70 | 0.16 | 0 | 0.05 |
| HSL | 193.85º | 0.87% | 0.62% | - |
| HSV(B) | 193.85º | 0.7% | 0.95% | - |
| XYZ | 40.13 | 50.54 | 91.64 | - |
| YUV | 168.58 | 169.43 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 203 | 242 | 0.70 | 0.16 | 0 | 0.05 | 193.85 | 0.87 | 0.62 |
| Hex | 49 | CB | F2 | 46 | 10 | 0 | 5 | C2 | 57 | 3E |
| Octal | 111 | 313 | 362 | 106 | 20 | 0 | 5 | 302 | 127 | 76 |
| Binary | 1001001 | 11001011 | 11110010 | 1000110 | 10000 | 0 | 101 | 11000010 | 1010111 | 111110 |
Color Harmonies of #49CBF2
Complementary color
Monochromatic Colors of #49CBF2
Black with #49CBF2
Text Example
Text Example
White with #49CBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CBF2; }
p { color: rgb(73,203,242); }
H1.HeaderClassName
{
color: #49CBF2;
}
.AnyTagClassName
{
color: #49CBF2;
}
</style>
background-color css
<style>
a { background-color: #49CBF2; }
a { background-color: rgb(73,203,242); }
div.DivClassName
{
background-color: #49CBF2;
}
.BgClassName
{
background-color: #49CBF2;
}
</style>
border-color css
<style>
span { border-color: #49CBF2; }
span { border-color: rgb(73,203,242); }
td.TdClassName
{
border-color: #49CBF2;
}
.TagClassName
{
border-color: #49CBF2;
}
</style>