Shades of Summer Sky #49ACF3
Tints of Summer Sky #49ACF3
RGB
CMYK
RGB Variations
Color information
#49ACF3 (or 0x49ACF3) is known color: Summer Sky. HEX triplet: 49, AC and F3. RGB value is (73,172,243). Sum of RGB (Red+Green+Blue) = 73+172+243=488 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.96% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 243 (95.31% from 255 or 49.80% from 488); Max value from RGB is 243 - color contains mainly: blue. Hex color #49ACF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49ACF3 is #B6530C. Grayscale: #969696. Windows color (decimal): -11948813 or 15969353. OLE color: 15969353.
HSL color Cylindrical-coordinate representation of color #49ACF3: hue angle of 205.06º 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 #49ACF3 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 172 | 243 | - |
| CMYK | 0.70 | 0.29 | 0 | 0.05 |
| HSL | 205.06º | 0.88% | 0.62% | - |
| HSV(B) | 205.06º | 0.7% | 0.95% | - |
| XYZ | 33.68 | 37.39 | 90.24 | - |
| YUV | 150.49 | 180.2 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 172 | 243 | 0.70 | 0.29 | 0 | 0.05 | 205.06 | 0.88 | 0.62 |
| Hex | 49 | AC | F3 | 46 | 1D | 0 | 5 | CD | 58 | 3E |
| Octal | 111 | 254 | 363 | 106 | 35 | 0 | 5 | 315 | 130 | 76 |
| Binary | 1001001 | 10101100 | 11110011 | 1000110 | 11101 | 0 | 101 | 11001101 | 1011000 | 111110 |
Color Harmonies of #49ACF3
Complementary color
Monochromatic Colors of #49ACF3
Black with #49ACF3
Text Example
Text Example
White with #49ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ACF3; }
p { color: rgb(73,172,243); }
H1.HeaderClassName
{
color: #49ACF3;
}
.AnyTagClassName
{
color: #49ACF3;
}
</style>
background-color css
<style>
a { background-color: #49ACF3; }
a { background-color: rgb(73,172,243); }
div.DivClassName
{
background-color: #49ACF3;
}
.BgClassName
{
background-color: #49ACF3;
}
</style>
border-color css
<style>
span { border-color: #49ACF3; }
span { border-color: rgb(73,172,243); }
td.TdClassName
{
border-color: #49ACF3;
}
.TagClassName
{
border-color: #49ACF3;
}
</style>