Shades of Summer Sky #49BBFE
Tints of Summer Sky #49BBFE
RGB
CMYK
RGB Variations
Color information
#49BBFE (or 0x49BBFE) is known color: Summer Sky. HEX triplet: 49, BB and FE. RGB value is (73,187,254). Sum of RGB (Red+Green+Blue) = 73+187+254=514 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.20% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #49BBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BBFE is #B64401. Grayscale: #A0A0A0. Windows color (decimal): -11944962 or 16694089. OLE color: 16694089.
HSL color Cylindrical-coordinate representation of color #49BBFE: hue angle of 202.21º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49BBFE is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 187 | 254 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.00 |
| HSL | 202.21º | 0.99% | 0.64% | - |
| HSV(B) | 202.21º | 0.71% | 1% | - |
| XYZ | 38.41 | 44.11 | 100.26 | - |
| YUV | 160.55 | 180.73 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 254 | 0.71 | 0.26 | 0 | 0.00 | 202.21 | 0.99 | 0.64 |
| Hex | 49 | BB | FE | 47 | 1A | 0 | 0 | CA | 63 | 40 |
| Octal | 111 | 273 | 376 | 107 | 32 | 0 | 0 | 312 | 143 | 100 |
| Binary | 1001001 | 10111011 | 11111110 | 1000111 | 11010 | 0 | 0 | 11001010 | 1100011 | 1000000 |
Color Harmonies of #49BBFE
Complementary color
Monochromatic Colors of #49BBFE
Black with #49BBFE
Text Example
Text Example
White with #49BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BBFE; }
p { color: rgb(73,187,254); }
H1.HeaderClassName
{
color: #49BBFE;
}
.AnyTagClassName
{
color: #49BBFE;
}
</style>
background-color css
<style>
a { background-color: #49BBFE; }
a { background-color: rgb(73,187,254); }
div.DivClassName
{
background-color: #49BBFE;
}
.BgClassName
{
background-color: #49BBFE;
}
</style>
border-color css
<style>
span { border-color: #49BBFE; }
span { border-color: rgb(73,187,254); }
td.TdClassName
{
border-color: #49BBFE;
}
.TagClassName
{
border-color: #49BBFE;
}
</style>