Shades of Summer Sky #49C8E8
Tints of Summer Sky #49C8E8
RGB
CMYK
RGB Variations
Color information
#49C8E8 (or 0x49C8E8) is known color: Summer Sky. HEX triplet: 49, C8 and E8. RGB value is (73,200,232). Sum of RGB (Red+Green+Blue) = 73+200+232=505 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.46% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 232 - color contains mainly: blue. Hex color #49C8E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49C8E8 is #B63717. Grayscale: #A5A5A5. Windows color (decimal): -11941656 or 15255625. OLE color: 15255625.
HSL color Cylindrical-coordinate representation of color #49C8E8: hue angle of 192.08º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49C8E8 is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 200 | 232 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.09 |
| HSL | 192.08º | 0.78% | 0.6% | - |
| HSV(B) | 192.08º | 0.69% | 0.91% | - |
| XYZ | 37.97 | 48.55 | 83.71 | - |
| YUV | 165.68 | 165.42 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 200 | 232 | 0.69 | 0.14 | 0 | 0.09 | 192.08 | 0.78 | 0.6 |
| Hex | 49 | C8 | E8 | 45 | E | 0 | 9 | C0 | 4E | 3C |
| Octal | 111 | 310 | 350 | 105 | 16 | 0 | 11 | 300 | 116 | 74 |
| Binary | 1001001 | 11001000 | 11101000 | 1000101 | 1110 | 0 | 1001 | 11000000 | 1001110 | 111100 |
Color Harmonies of #49C8E8
Complementary color
Monochromatic Colors of #49C8E8
Black with #49C8E8
Text Example
Text Example
White with #49C8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C8E8; }
p { color: rgb(73,200,232); }
H1.HeaderClassName
{
color: #49C8E8;
}
.AnyTagClassName
{
color: #49C8E8;
}
</style>
background-color css
<style>
a { background-color: #49C8E8; }
a { background-color: rgb(73,200,232); }
div.DivClassName
{
background-color: #49C8E8;
}
.BgClassName
{
background-color: #49C8E8;
}
</style>
border-color css
<style>
span { border-color: #49C8E8; }
span { border-color: rgb(73,200,232); }
td.TdClassName
{
border-color: #49C8E8;
}
.TagClassName
{
border-color: #49C8E8;
}
</style>