Shades of Summer Sky #49BCF4
Tints of Summer Sky #49BCF4
RGB
CMYK
RGB Variations
Color information
#49BCF4 (or 0x49BCF4) is known color: Summer Sky. HEX triplet: 49, BC and F4. RGB value is (73,188,244). Sum of RGB (Red+Green+Blue) = 73+188+244=505 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.46% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 244 (95.70% from 255 or 48.32% from 505); Max value from RGB is 244 - color contains mainly: blue. Hex color #49BCF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BCF4 is #B6430B. Grayscale: #9F9F9F. Windows color (decimal): -11944716 or 16038985. OLE color: 16038985.
HSL color Cylindrical-coordinate representation of color #49BCF4: hue angle of 199.65º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49BCF4 is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 188 | 244 | - |
| CMYK | 0.70 | 0.23 | 0 | 0.04 |
| HSL | 199.65º | 0.89% | 0.62% | - |
| HSV(B) | 199.65º | 0.7% | 0.96% | - |
| XYZ | 37.06 | 43.91 | 92.11 | - |
| YUV | 160 | 175.4 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 244 | 0.70 | 0.23 | 0 | 0.04 | 199.65 | 0.89 | 0.62 |
| Hex | 49 | BC | F4 | 46 | 17 | 0 | 4 | C8 | 59 | 3E |
| Octal | 111 | 274 | 364 | 106 | 27 | 0 | 4 | 310 | 131 | 76 |
| Binary | 1001001 | 10111100 | 11110100 | 1000110 | 10111 | 0 | 100 | 11001000 | 1011001 | 111110 |
Color Harmonies of #49BCF4
Complementary color
Monochromatic Colors of #49BCF4
Black with #49BCF4
Text Example
Text Example
White with #49BCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BCF4; }
p { color: rgb(73,188,244); }
H1.HeaderClassName
{
color: #49BCF4;
}
.AnyTagClassName
{
color: #49BCF4;
}
</style>
background-color css
<style>
a { background-color: #49BCF4; }
a { background-color: rgb(73,188,244); }
div.DivClassName
{
background-color: #49BCF4;
}
.BgClassName
{
background-color: #49BCF4;
}
</style>
border-color css
<style>
span { border-color: #49BCF4; }
span { border-color: rgb(73,188,244); }
td.TdClassName
{
border-color: #49BCF4;
}
.TagClassName
{
border-color: #49BCF4;
}
</style>