Shades of Summer Sky #49BEFE
Tints of Summer Sky #49BEFE
RGB
CMYK
RGB Variations
Color information
#49BEFE (or 0x49BEFE) is known color: Summer Sky. HEX triplet: 49, BE and FE. RGB value is (73,190,254). Sum of RGB (Red+Green+Blue) = 73+190+254=517 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.12% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #49BEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BEFE is #B64101. Grayscale: #A1A1A1. Windows color (decimal): -11944194 or 16694857. OLE color: 16694857.
HSL color Cylindrical-coordinate representation of color #49BEFE: hue angle of 201.22º 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 #49BEFE is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 190 | 254 | - |
| CMYK | 0.71 | 0.25 | 0 | 0.00 |
| HSL | 201.22º | 0.99% | 0.64% | - |
| HSV(B) | 201.22º | 0.71% | 1% | - |
| XYZ | 39.05 | 45.4 | 100.47 | - |
| YUV | 162.31 | 179.74 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 190 | 254 | 0.71 | 0.25 | 0 | 0.00 | 201.22 | 0.99 | 0.64 |
| Hex | 49 | BE | FE | 47 | 19 | 0 | 0 | C9 | 63 | 40 |
| Octal | 111 | 276 | 376 | 107 | 31 | 0 | 0 | 311 | 143 | 100 |
| Binary | 1001001 | 10111110 | 11111110 | 1000111 | 11001 | 0 | 0 | 11001001 | 1100011 | 1000000 |
Color Harmonies of #49BEFE
Complementary color
Monochromatic Colors of #49BEFE
Black with #49BEFE
Text Example
Text Example
White with #49BEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BEFE; }
p { color: rgb(73,190,254); }
H1.HeaderClassName
{
color: #49BEFE;
}
.AnyTagClassName
{
color: #49BEFE;
}
</style>
background-color css
<style>
a { background-color: #49BEFE; }
a { background-color: rgb(73,190,254); }
div.DivClassName
{
background-color: #49BEFE;
}
.BgClassName
{
background-color: #49BEFE;
}
</style>
border-color css
<style>
span { border-color: #49BEFE; }
span { border-color: rgb(73,190,254); }
td.TdClassName
{
border-color: #49BEFE;
}
.TagClassName
{
border-color: #49BEFE;
}
</style>