Shades of Summer Sky #49B8ED
Tints of Summer Sky #49B8ED
RGB
CMYK
RGB Variations
Color information
#49B8ED (or 0x49B8ED) is known color: Summer Sky. HEX triplet: 49, B8 and ED. RGB value is (73,184,237). Sum of RGB (Red+Green+Blue) = 73+184+237=494 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.78% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #49B8ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49B8ED is #B64712. Grayscale: #9C9C9C. Windows color (decimal): -11945747 or 15579209. OLE color: 15579209.
HSL color Cylindrical-coordinate representation of color #49B8ED: hue angle of 199.39º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49B8ED is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 184 | 237 | - |
| CMYK | 0.69 | 0.22 | 0 | 0.07 |
| HSL | 199.39º | 0.82% | 0.61% | - |
| HSV(B) | 199.39º | 0.69% | 0.93% | - |
| XYZ | 35.17 | 41.81 | 86.34 | - |
| YUV | 156.85 | 173.23 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 184 | 237 | 0.69 | 0.22 | 0 | 0.07 | 199.39 | 0.82 | 0.61 |
| Hex | 49 | B8 | ED | 45 | 16 | 0 | 7 | C7 | 52 | 3D |
| Octal | 111 | 270 | 355 | 105 | 26 | 0 | 7 | 307 | 122 | 75 |
| Binary | 1001001 | 10111000 | 11101101 | 1000101 | 10110 | 0 | 111 | 11000111 | 1010010 | 111101 |
Color Harmonies of #49B8ED
Complementary color
Monochromatic Colors of #49B8ED
Black with #49B8ED
Text Example
Text Example
White with #49B8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B8ED; }
p { color: rgb(73,184,237); }
H1.HeaderClassName
{
color: #49B8ED;
}
.AnyTagClassName
{
color: #49B8ED;
}
</style>
background-color css
<style>
a { background-color: #49B8ED; }
a { background-color: rgb(73,184,237); }
div.DivClassName
{
background-color: #49B8ED;
}
.BgClassName
{
background-color: #49B8ED;
}
</style>
border-color css
<style>
span { border-color: #49B8ED; }
span { border-color: rgb(73,184,237); }
td.TdClassName
{
border-color: #49B8ED;
}
.TagClassName
{
border-color: #49B8ED;
}
</style>