Shades of Summer Sky #49BAFA
Tints of Summer Sky #49BAFA
RGB
CMYK
RGB Variations
Color information
#49BAFA (or 0x49BAFA) is known color: Summer Sky. HEX triplet: 49, BA and FA. RGB value is (73,186,250). Sum of RGB (Red+Green+Blue) = 73+186+250=509 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.34% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #49BAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BAFA is #B64505. Grayscale: #9F9F9F. Windows color (decimal): -11945222 or 16431689. OLE color: 16431689.
HSL color Cylindrical-coordinate representation of color #49BAFA: hue angle of 201.69º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49BAFA is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 186 | 250 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.02 |
| HSL | 201.69º | 0.95% | 0.63% | - |
| HSV(B) | 201.69º | 0.71% | 0.98% | - |
| XYZ | 37.56 | 43.44 | 96.85 | - |
| YUV | 159.51 | 179.06 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 186 | 250 | 0.71 | 0.26 | 0 | 0.02 | 201.69 | 0.95 | 0.63 |
| Hex | 49 | BA | FA | 47 | 1A | 0 | 2 | CA | 5F | 3F |
| Octal | 111 | 272 | 372 | 107 | 32 | 0 | 2 | 312 | 137 | 77 |
| Binary | 1001001 | 10111010 | 11111010 | 1000111 | 11010 | 0 | 10 | 11001010 | 1011111 | 111111 |
Color Harmonies of #49BAFA
Complementary color
Monochromatic Colors of #49BAFA
Black with #49BAFA
Text Example
Text Example
White with #49BAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BAFA; }
p { color: rgb(73,186,250); }
H1.HeaderClassName
{
color: #49BAFA;
}
.AnyTagClassName
{
color: #49BAFA;
}
</style>
background-color css
<style>
a { background-color: #49BAFA; }
a { background-color: rgb(73,186,250); }
div.DivClassName
{
background-color: #49BAFA;
}
.BgClassName
{
background-color: #49BAFA;
}
</style>
border-color css
<style>
span { border-color: #49BAFA; }
span { border-color: rgb(73,186,250); }
td.TdClassName
{
border-color: #49BAFA;
}
.TagClassName
{
border-color: #49BAFA;
}
</style>