Shades of Summer Sky #49CAF3
Tints of Summer Sky #49CAF3
RGB
CMYK
RGB Variations
Color information
#49CAF3 (or 0x49CAF3) is known color: Summer Sky. HEX triplet: 49, CA and F3. RGB value is (73,202,243). Sum of RGB (Red+Green+Blue) = 73+202+243=518 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.09% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #49CAF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CAF3 is #B6350C. Grayscale: #A7A7A7. Windows color (decimal): -11941133 or 15977033. OLE color: 15977033.
HSL color Cylindrical-coordinate representation of color #49CAF3: hue angle of 194.47º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49CAF3 is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 202 | 243 | - |
| CMYK | 0.70 | 0.17 | 0 | 0.05 |
| HSL | 194.47º | 0.88% | 0.62% | - |
| HSV(B) | 194.47º | 0.7% | 0.95% | - |
| XYZ | 40.05 | 50.13 | 92.36 | - |
| YUV | 168.1 | 170.26 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 202 | 243 | 0.70 | 0.17 | 0 | 0.05 | 194.47 | 0.88 | 0.62 |
| Hex | 49 | CA | F3 | 46 | 11 | 0 | 5 | C2 | 58 | 3E |
| Octal | 111 | 312 | 363 | 106 | 21 | 0 | 5 | 302 | 130 | 76 |
| Binary | 1001001 | 11001010 | 11110011 | 1000110 | 10001 | 0 | 101 | 11000010 | 1011000 | 111110 |
Color Harmonies of #49CAF3
Complementary color
Monochromatic Colors of #49CAF3
Black with #49CAF3
Text Example
Text Example
White with #49CAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CAF3; }
p { color: rgb(73,202,243); }
H1.HeaderClassName
{
color: #49CAF3;
}
.AnyTagClassName
{
color: #49CAF3;
}
</style>
background-color css
<style>
a { background-color: #49CAF3; }
a { background-color: rgb(73,202,243); }
div.DivClassName
{
background-color: #49CAF3;
}
.BgClassName
{
background-color: #49CAF3;
}
</style>
border-color css
<style>
span { border-color: #49CAF3; }
span { border-color: rgb(73,202,243); }
td.TdClassName
{
border-color: #49CAF3;
}
.TagClassName
{
border-color: #49CAF3;
}
</style>