Shades of Summer Sky #49CCEC
Tints of Summer Sky #49CCEC
RGB
CMYK
RGB Variations
Color information
#49CCEC (or 0x49CCEC) is known color: Summer Sky. HEX triplet: 49, CC and EC. RGB value is (73,204,236). Sum of RGB (Red+Green+Blue) = 73+204+236=513 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.23% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #49CCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CCEC is #B63313. Grayscale: #A8A8A8. Windows color (decimal): -11940628 or 15518793. OLE color: 15518793.
HSL color Cylindrical-coordinate representation of color #49CCEC: hue angle of 191.78º 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 #49CCEC is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 204 | 236 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.07 |
| HSL | 191.78º | 0.81% | 0.61% | - |
| HSV(B) | 191.78º | 0.69% | 0.93% | - |
| XYZ | 39.48 | 50.66 | 87.05 | - |
| YUV | 168.48 | 166.1 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 204 | 236 | 0.69 | 0.14 | 0 | 0.07 | 191.78 | 0.81 | 0.61 |
| Hex | 49 | CC | EC | 45 | E | 0 | 7 | C0 | 51 | 3D |
| Octal | 111 | 314 | 354 | 105 | 16 | 0 | 7 | 300 | 121 | 75 |
| Binary | 1001001 | 11001100 | 11101100 | 1000101 | 1110 | 0 | 111 | 11000000 | 1010001 | 111101 |
Color Harmonies of #49CCEC
Complementary color
Monochromatic Colors of #49CCEC
Black with #49CCEC
Text Example
Text Example
White with #49CCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CCEC; }
p { color: rgb(73,204,236); }
H1.HeaderClassName
{
color: #49CCEC;
}
.AnyTagClassName
{
color: #49CCEC;
}
</style>
background-color css
<style>
a { background-color: #49CCEC; }
a { background-color: rgb(73,204,236); }
div.DivClassName
{
background-color: #49CCEC;
}
.BgClassName
{
background-color: #49CCEC;
}
</style>
border-color css
<style>
span { border-color: #49CCEC; }
span { border-color: rgb(73,204,236); }
td.TdClassName
{
border-color: #49CCEC;
}
.TagClassName
{
border-color: #49CCEC;
}
</style>