Shades of Summer Sky #49C3DC
Tints of Summer Sky #49C3DC
RGB
CMYK
RGB Variations
Color information
#49C3DC (or 0x49C3DC) is known color: Summer Sky. HEX triplet: 49, C3 and DC. RGB value is (73,195,220). Sum of RGB (Red+Green+Blue) = 73+195+220=488 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.96% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #49C3DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C3DC is #B63C23. Grayscale: #A1A1A1. Windows color (decimal): -11942948 or 14467913. OLE color: 14467913.
HSL color Cylindrical-coordinate representation of color #49C3DC: hue angle of 190.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49C3DC is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 195 | 220 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.14 |
| HSL | 190.2º | 0.68% | 0.57% | - |
| HSV(B) | 190.2º | 0.67% | 0.86% | - |
| XYZ | 35.18 | 45.61 | 74.66 | - |
| YUV | 161.37 | 161.08 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 195 | 220 | 0.67 | 0.11 | 0 | 0.14 | 190.2 | 0.68 | 0.57 |
| Hex | 49 | C3 | DC | 43 | B | 0 | E | BE | 44 | 39 |
| Octal | 111 | 303 | 334 | 103 | 13 | 0 | 16 | 276 | 104 | 71 |
| Binary | 1001001 | 11000011 | 11011100 | 1000011 | 1011 | 0 | 1110 | 10111110 | 1000100 | 111001 |
Color Harmonies of #49C3DC
Complementary color
Monochromatic Colors of #49C3DC
Black with #49C3DC
Text Example
Text Example
White with #49C3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C3DC; }
p { color: rgb(73,195,220); }
H1.HeaderClassName
{
color: #49C3DC;
}
.AnyTagClassName
{
color: #49C3DC;
}
</style>
background-color css
<style>
a { background-color: #49C3DC; }
a { background-color: rgb(73,195,220); }
div.DivClassName
{
background-color: #49C3DC;
}
.BgClassName
{
background-color: #49C3DC;
}
</style>
border-color css
<style>
span { border-color: #49C3DC; }
span { border-color: rgb(73,195,220); }
td.TdClassName
{
border-color: #49C3DC;
}
.TagClassName
{
border-color: #49C3DC;
}
</style>