Shades of Summer Sky #49BBFD
Tints of Summer Sky #49BBFD
RGB
CMYK
RGB Variations
Color information
#49BBFD (or 0x49BBFD) is known color: Summer Sky. HEX triplet: 49, BB and FD. RGB value is (73,187,253). Sum of RGB (Red+Green+Blue) = 73+187+253=513 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.23% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #49BBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BBFD is #B64402. Grayscale: #A0A0A0. Windows color (decimal): -11944963 or 16628553. OLE color: 16628553.
HSL color Cylindrical-coordinate representation of color #49BBFD: hue angle of 202º degrees, saturation: 0.98, 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 #49BBFD is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 187 | 253 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.01 |
| HSL | 202º | 0.98% | 0.64% | - |
| HSV(B) | 202º | 0.71% | 0.99% | - |
| XYZ | 38.25 | 44.05 | 99.41 | - |
| YUV | 160.44 | 180.23 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 253 | 0.71 | 0.26 | 0 | 0.01 | 202 | 0.98 | 0.64 |
| Hex | 49 | BB | FD | 47 | 1A | 0 | 1 | CA | 62 | 40 |
| Octal | 111 | 273 | 375 | 107 | 32 | 0 | 1 | 312 | 142 | 100 |
| Binary | 1001001 | 10111011 | 11111101 | 1000111 | 11010 | 0 | 1 | 11001010 | 1100010 | 1000000 |
Color Harmonies of #49BBFD
Complementary color
Monochromatic Colors of #49BBFD
Black with #49BBFD
Text Example
Text Example
White with #49BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BBFD; }
p { color: rgb(73,187,253); }
H1.HeaderClassName
{
color: #49BBFD;
}
.AnyTagClassName
{
color: #49BBFD;
}
</style>
background-color css
<style>
a { background-color: #49BBFD; }
a { background-color: rgb(73,187,253); }
div.DivClassName
{
background-color: #49BBFD;
}
.BgClassName
{
background-color: #49BBFD;
}
</style>
border-color css
<style>
span { border-color: #49BBFD; }
span { border-color: rgb(73,187,253); }
td.TdClassName
{
border-color: #49BBFD;
}
.TagClassName
{
border-color: #49BBFD;
}
</style>