Shades of Summer Sky #49BAFC
Tints of Summer Sky #49BAFC
RGB
CMYK
RGB Variations
Color information
#49BAFC (or 0x49BAFC) is known color: Summer Sky. HEX triplet: 49, BA and FC. RGB value is (73,186,252). Sum of RGB (Red+Green+Blue) = 73+186+252=511 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.29% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #49BAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BAFC is #B64503. Grayscale: #9F9F9F. Windows color (decimal): -11945220 or 16562761. OLE color: 16562761.
HSL color Cylindrical-coordinate representation of color #49BAFC: hue angle of 202.12º 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 #49BAFC is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 186 | 252 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.01 |
| HSL | 202.12º | 0.97% | 0.64% | - |
| HSV(B) | 202.12º | 0.71% | 0.99% | - |
| XYZ | 37.88 | 43.56 | 98.51 | - |
| YUV | 159.74 | 180.06 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 186 | 252 | 0.71 | 0.26 | 0 | 0.01 | 202.12 | 0.97 | 0.64 |
| Hex | 49 | BA | FC | 47 | 1A | 0 | 1 | CA | 61 | 40 |
| Octal | 111 | 272 | 374 | 107 | 32 | 0 | 1 | 312 | 141 | 100 |
| Binary | 1001001 | 10111010 | 11111100 | 1000111 | 11010 | 0 | 1 | 11001010 | 1100001 | 1000000 |
Color Harmonies of #49BAFC
Complementary color
Monochromatic Colors of #49BAFC
Black with #49BAFC
Text Example
Text Example
White with #49BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BAFC; }
p { color: rgb(73,186,252); }
H1.HeaderClassName
{
color: #49BAFC;
}
.AnyTagClassName
{
color: #49BAFC;
}
</style>
background-color css
<style>
a { background-color: #49BAFC; }
a { background-color: rgb(73,186,252); }
div.DivClassName
{
background-color: #49BAFC;
}
.BgClassName
{
background-color: #49BAFC;
}
</style>
border-color css
<style>
span { border-color: #49BAFC; }
span { border-color: rgb(73,186,252); }
td.TdClassName
{
border-color: #49BAFC;
}
.TagClassName
{
border-color: #49BAFC;
}
</style>