Shades of Summer Sky #49CAEC
Tints of Summer Sky #49CAEC
RGB
CMYK
RGB Variations
Color information
#49CAEC (or 0x49CAEC) is known color: Summer Sky. HEX triplet: 49, CA and EC. RGB value is (73,202,236). Sum of RGB (Red+Green+Blue) = 73+202+236=511 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.29% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #49CAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CAEC is #B63513. Grayscale: #A7A7A7. Windows color (decimal): -11941140 or 15518281. OLE color: 15518281.
HSL color Cylindrical-coordinate representation of color #49CAEC: hue angle of 192.52º 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 #49CAEC is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 202 | 236 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.07 |
| HSL | 192.52º | 0.81% | 0.61% | - |
| HSV(B) | 192.52º | 0.69% | 0.93% | - |
| XYZ | 39.01 | 49.71 | 86.9 | - |
| YUV | 167.31 | 166.76 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 202 | 236 | 0.69 | 0.14 | 0 | 0.07 | 192.52 | 0.81 | 0.61 |
| Hex | 49 | CA | EC | 45 | E | 0 | 7 | C1 | 51 | 3D |
| Octal | 111 | 312 | 354 | 105 | 16 | 0 | 7 | 301 | 121 | 75 |
| Binary | 1001001 | 11001010 | 11101100 | 1000101 | 1110 | 0 | 111 | 11000001 | 1010001 | 111101 |
Color Harmonies of #49CAEC
Complementary color
Monochromatic Colors of #49CAEC
Black with #49CAEC
Text Example
Text Example
White with #49CAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CAEC; }
p { color: rgb(73,202,236); }
H1.HeaderClassName
{
color: #49CAEC;
}
.AnyTagClassName
{
color: #49CAEC;
}
</style>
background-color css
<style>
a { background-color: #49CAEC; }
a { background-color: rgb(73,202,236); }
div.DivClassName
{
background-color: #49CAEC;
}
.BgClassName
{
background-color: #49CAEC;
}
</style>
border-color css
<style>
span { border-color: #49CAEC; }
span { border-color: rgb(73,202,236); }
td.TdClassName
{
border-color: #49CAEC;
}
.TagClassName
{
border-color: #49CAEC;
}
</style>