Shades of Summer Sky #49CCF5
Tints of Summer Sky #49CCF5
RGB
CMYK
RGB Variations
Color information
#49CCF5 (or 0x49CCF5) is known color: Summer Sky. HEX triplet: 49, CC and F5. RGB value is (73,204,245). Sum of RGB (Red+Green+Blue) = 73+204+245=522 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.98% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 245 (96.09% from 255 or 46.93% from 522); Max value from RGB is 245 - color contains mainly: blue. Hex color #49CCF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CCF5 is #B6330A. Grayscale: #A9A9A9. Windows color (decimal): -11940619 or 16108617. OLE color: 16108617.
HSL color Cylindrical-coordinate representation of color #49CCF5: hue angle of 194.3º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49CCF5 is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 204 | 245 | - |
| CMYK | 0.70 | 0.17 | 0 | 0.04 |
| HSL | 194.3º | 0.9% | 0.62% | - |
| HSV(B) | 194.3º | 0.7% | 0.96% | - |
| XYZ | 40.82 | 51.19 | 94.12 | - |
| YUV | 169.51 | 170.6 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 204 | 245 | 0.70 | 0.17 | 0 | 0.04 | 194.3 | 0.9 | 0.62 |
| Hex | 49 | CC | F5 | 46 | 11 | 0 | 4 | C2 | 5A | 3E |
| Octal | 111 | 314 | 365 | 106 | 21 | 0 | 4 | 302 | 132 | 76 |
| Binary | 1001001 | 11001100 | 11110101 | 1000110 | 10001 | 0 | 100 | 11000010 | 1011010 | 111110 |
Color Harmonies of #49CCF5
Complementary color
Monochromatic Colors of #49CCF5
Black with #49CCF5
Text Example
Text Example
White with #49CCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CCF5; }
p { color: rgb(73,204,245); }
H1.HeaderClassName
{
color: #49CCF5;
}
.AnyTagClassName
{
color: #49CCF5;
}
</style>
background-color css
<style>
a { background-color: #49CCF5; }
a { background-color: rgb(73,204,245); }
div.DivClassName
{
background-color: #49CCF5;
}
.BgClassName
{
background-color: #49CCF5;
}
</style>
border-color css
<style>
span { border-color: #49CCF5; }
span { border-color: rgb(73,204,245); }
td.TdClassName
{
border-color: #49CCF5;
}
.TagClassName
{
border-color: #49CCF5;
}
</style>