Shades of Summer Sky #49ABFC
Tints of Summer Sky #49ABFC
RGB
CMYK
RGB Variations
Color information
#49ABFC (or 0x49ABFC) is known color: Summer Sky. HEX triplet: 49, AB and FC. RGB value is (73,171,252). Sum of RGB (Red+Green+Blue) = 73+171+252=496 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.72% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #49ABFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49ABFC is #B65403. Grayscale: #969696. Windows color (decimal): -11949060 or 16558921. OLE color: 16558921.
HSL color Cylindrical-coordinate representation of color #49ABFC: hue angle of 207.15º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49ABFC is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 171 | 252 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.01 |
| HSL | 207.15º | 0.97% | 0.64% | - |
| HSV(B) | 207.15º | 0.71% | 0.99% | - |
| XYZ | 34.88 | 37.57 | 97.51 | - |
| YUV | 150.93 | 185.03 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 171 | 252 | 0.71 | 0.32 | 0 | 0.01 | 207.15 | 0.97 | 0.64 |
| Hex | 49 | AB | FC | 47 | 20 | 0 | 1 | CF | 61 | 40 |
| Octal | 111 | 253 | 374 | 107 | 40 | 0 | 1 | 317 | 141 | 100 |
| Binary | 1001001 | 10101011 | 11111100 | 1000111 | 100000 | 0 | 1 | 11001111 | 1100001 | 1000000 |
Color Harmonies of #49ABFC
Complementary color
Monochromatic Colors of #49ABFC
Black with #49ABFC
Text Example
Text Example
White with #49ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ABFC; }
p { color: rgb(73,171,252); }
H1.HeaderClassName
{
color: #49ABFC;
}
.AnyTagClassName
{
color: #49ABFC;
}
</style>
background-color css
<style>
a { background-color: #49ABFC; }
a { background-color: rgb(73,171,252); }
div.DivClassName
{
background-color: #49ABFC;
}
.BgClassName
{
background-color: #49ABFC;
}
</style>
border-color css
<style>
span { border-color: #49ABFC; }
span { border-color: rgb(73,171,252); }
td.TdClassName
{
border-color: #49ABFC;
}
.TagClassName
{
border-color: #49ABFC;
}
</style>