Shades of Summer Sky #49CCEF
Tints of Summer Sky #49CCEF
RGB
CMYK
RGB Variations
Color information
#49CCEF (or 0x49CCEF) is known color: Summer Sky. HEX triplet: 49, CC and EF. RGB value is (73,204,239). Sum of RGB (Red+Green+Blue) = 73+204+239=516 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.15% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #49CCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CCEF is #B63310. Grayscale: #A8A8A8. Windows color (decimal): -11940625 or 15715401. OLE color: 15715401.
HSL color Cylindrical-coordinate representation of color #49CCEF: hue angle of 192.65º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49CCEF is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 204 | 239 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.06 |
| HSL | 192.65º | 0.84% | 0.61% | - |
| HSV(B) | 192.65º | 0.69% | 0.94% | - |
| XYZ | 39.92 | 50.83 | 89.37 | - |
| YUV | 168.82 | 167.6 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 204 | 239 | 0.69 | 0.15 | 0 | 0.06 | 192.65 | 0.84 | 0.61 |
| Hex | 49 | CC | EF | 45 | F | 0 | 6 | C1 | 54 | 3D |
| Octal | 111 | 314 | 357 | 105 | 17 | 0 | 6 | 301 | 124 | 75 |
| Binary | 1001001 | 11001100 | 11101111 | 1000101 | 1111 | 0 | 110 | 11000001 | 1010100 | 111101 |
Color Harmonies of #49CCEF
Complementary color
Monochromatic Colors of #49CCEF
Black with #49CCEF
Text Example
Text Example
White with #49CCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CCEF; }
p { color: rgb(73,204,239); }
H1.HeaderClassName
{
color: #49CCEF;
}
.AnyTagClassName
{
color: #49CCEF;
}
</style>
background-color css
<style>
a { background-color: #49CCEF; }
a { background-color: rgb(73,204,239); }
div.DivClassName
{
background-color: #49CCEF;
}
.BgClassName
{
background-color: #49CCEF;
}
</style>
border-color css
<style>
span { border-color: #49CCEF; }
span { border-color: rgb(73,204,239); }
td.TdClassName
{
border-color: #49CCEF;
}
.TagClassName
{
border-color: #49CCEF;
}
</style>