Shades of Summer Sky #49BFEC
Tints of Summer Sky #49BFEC
RGB
CMYK
RGB Variations
Color information
#49BFEC (or 0x49BFEC) is known color: Summer Sky. HEX triplet: 49, BF and EC. RGB value is (73,191,236). Sum of RGB (Red+Green+Blue) = 73+191+236=500 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.6% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #49BFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BFEC is #B64013. Grayscale: #A0A0A0. Windows color (decimal): -11943956 or 15515465. OLE color: 15515465.
HSL color Cylindrical-coordinate representation of color #49BFEC: hue angle of 196.56º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49BFEC is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 191 | 236 | - |
| CMYK | 0.69 | 0.19 | 0 | 0.07 |
| HSL | 196.56º | 0.81% | 0.61% | - |
| HSV(B) | 196.56º | 0.69% | 0.93% | - |
| XYZ | 36.52 | 44.73 | 86.07 | - |
| YUV | 160.85 | 170.41 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 191 | 236 | 0.69 | 0.19 | 0 | 0.07 | 196.56 | 0.81 | 0.61 |
| Hex | 49 | BF | EC | 45 | 13 | 0 | 7 | C5 | 51 | 3D |
| Octal | 111 | 277 | 354 | 105 | 23 | 0 | 7 | 305 | 121 | 75 |
| Binary | 1001001 | 10111111 | 11101100 | 1000101 | 10011 | 0 | 111 | 11000101 | 1010001 | 111101 |
Color Harmonies of #49BFEC
Complementary color
Monochromatic Colors of #49BFEC
Black with #49BFEC
Text Example
Text Example
White with #49BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BFEC; }
p { color: rgb(73,191,236); }
H1.HeaderClassName
{
color: #49BFEC;
}
.AnyTagClassName
{
color: #49BFEC;
}
</style>
background-color css
<style>
a { background-color: #49BFEC; }
a { background-color: rgb(73,191,236); }
div.DivClassName
{
background-color: #49BFEC;
}
.BgClassName
{
background-color: #49BFEC;
}
</style>
border-color css
<style>
span { border-color: #49BFEC; }
span { border-color: rgb(73,191,236); }
td.TdClassName
{
border-color: #49BFEC;
}
.TagClassName
{
border-color: #49BFEC;
}
</style>