Shades of Summer Sky #49ABFB
Tints of Summer Sky #49ABFB
RGB
CMYK
RGB Variations
Color information
#49ABFB (or 0x49ABFB) is known color: Summer Sky. HEX triplet: 49, AB and FB. RGB value is (73,171,251). Sum of RGB (Red+Green+Blue) = 73+171+251=495 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.75% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #49ABFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49ABFB is #B65404. Grayscale: #969696. Windows color (decimal): -11949061 or 16493385. OLE color: 16493385.
HSL color Cylindrical-coordinate representation of color #49ABFB: hue angle of 206.97º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49ABFB is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 171 | 251 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.02 |
| HSL | 206.97º | 0.96% | 0.64% | - |
| HSV(B) | 206.97º | 0.71% | 0.98% | - |
| XYZ | 34.72 | 37.51 | 96.68 | - |
| YUV | 150.82 | 184.53 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 171 | 251 | 0.71 | 0.32 | 0 | 0.02 | 206.97 | 0.96 | 0.64 |
| Hex | 49 | AB | FB | 47 | 20 | 0 | 2 | CF | 60 | 40 |
| Octal | 111 | 253 | 373 | 107 | 40 | 0 | 2 | 317 | 140 | 100 |
| Binary | 1001001 | 10101011 | 11111011 | 1000111 | 100000 | 0 | 10 | 11001111 | 1100000 | 1000000 |
Color Harmonies of #49ABFB
Complementary color
Monochromatic Colors of #49ABFB
Black with #49ABFB
Text Example
Text Example
White with #49ABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ABFB; }
p { color: rgb(73,171,251); }
H1.HeaderClassName
{
color: #49ABFB;
}
.AnyTagClassName
{
color: #49ABFB;
}
</style>
background-color css
<style>
a { background-color: #49ABFB; }
a { background-color: rgb(73,171,251); }
div.DivClassName
{
background-color: #49ABFB;
}
.BgClassName
{
background-color: #49ABFB;
}
</style>
border-color css
<style>
span { border-color: #49ABFB; }
span { border-color: rgb(73,171,251); }
td.TdClassName
{
border-color: #49ABFB;
}
.TagClassName
{
border-color: #49ABFB;
}
</style>