Shades of Summer Sky #49BFEA
Tints of Summer Sky #49BFEA
RGB
CMYK
RGB Variations
Color information
#49BFEA (or 0x49BFEA) is known color: Summer Sky. HEX triplet: 49, BF and EA. RGB value is (73,191,234). Sum of RGB (Red+Green+Blue) = 73+191+234=498 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.66% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #49BFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BFEA is #B64015. Grayscale: #A0A0A0. Windows color (decimal): -11943958 or 15384393. OLE color: 15384393.
HSL color Cylindrical-coordinate representation of color #49BFEA: hue angle of 196.02º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49BFEA is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 191 | 234 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.08 |
| HSL | 196.02º | 0.79% | 0.6% | - |
| HSV(B) | 196.02º | 0.69% | 0.92% | - |
| XYZ | 36.23 | 44.62 | 84.54 | - |
| YUV | 160.62 | 169.41 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 191 | 234 | 0.69 | 0.18 | 0 | 0.08 | 196.02 | 0.79 | 0.6 |
| Hex | 49 | BF | EA | 45 | 12 | 0 | 8 | C4 | 4F | 3C |
| Octal | 111 | 277 | 352 | 105 | 22 | 0 | 10 | 304 | 117 | 74 |
| Binary | 1001001 | 10111111 | 11101010 | 1000101 | 10010 | 0 | 1000 | 11000100 | 1001111 | 111100 |
Color Harmonies of #49BFEA
Complementary color
Monochromatic Colors of #49BFEA
Black with #49BFEA
Text Example
Text Example
White with #49BFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BFEA; }
p { color: rgb(73,191,234); }
H1.HeaderClassName
{
color: #49BFEA;
}
.AnyTagClassName
{
color: #49BFEA;
}
</style>
background-color css
<style>
a { background-color: #49BFEA; }
a { background-color: rgb(73,191,234); }
div.DivClassName
{
background-color: #49BFEA;
}
.BgClassName
{
background-color: #49BFEA;
}
</style>
border-color css
<style>
span { border-color: #49BFEA; }
span { border-color: rgb(73,191,234); }
td.TdClassName
{
border-color: #49BFEA;
}
.TagClassName
{
border-color: #49BFEA;
}
</style>