Shades of Summer Sky #49BCEE
Tints of Summer Sky #49BCEE
RGB
CMYK
RGB Variations
Color information
#49BCEE (or 0x49BCEE) is known color: Summer Sky. HEX triplet: 49, BC and EE. RGB value is (73,188,238). Sum of RGB (Red+Green+Blue) = 73+188+238=499 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.63% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #49BCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BCEE is #B64311. Grayscale: #9F9F9F. Windows color (decimal): -11944722 or 15645769. OLE color: 15645769.
HSL color Cylindrical-coordinate representation of color #49BCEE: hue angle of 198.18º degrees, saturation: 0.83, 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 #49BCEE is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 188 | 238 | - |
| CMYK | 0.69 | 0.21 | 0 | 0.07 |
| HSL | 198.18º | 0.83% | 0.61% | - |
| HSV(B) | 198.18º | 0.69% | 0.93% | - |
| XYZ | 36.16 | 43.56 | 87.39 | - |
| YUV | 159.32 | 172.4 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 238 | 0.69 | 0.21 | 0 | 0.07 | 198.18 | 0.83 | 0.61 |
| Hex | 49 | BC | EE | 45 | 15 | 0 | 7 | C6 | 53 | 3D |
| Octal | 111 | 274 | 356 | 105 | 25 | 0 | 7 | 306 | 123 | 75 |
| Binary | 1001001 | 10111100 | 11101110 | 1000101 | 10101 | 0 | 111 | 11000110 | 1010011 | 111101 |
Color Harmonies of #49BCEE
Complementary color
Monochromatic Colors of #49BCEE
Black with #49BCEE
Text Example
Text Example
White with #49BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BCEE; }
p { color: rgb(73,188,238); }
H1.HeaderClassName
{
color: #49BCEE;
}
.AnyTagClassName
{
color: #49BCEE;
}
</style>
background-color css
<style>
a { background-color: #49BCEE; }
a { background-color: rgb(73,188,238); }
div.DivClassName
{
background-color: #49BCEE;
}
.BgClassName
{
background-color: #49BCEE;
}
</style>
border-color css
<style>
span { border-color: #49BCEE; }
span { border-color: rgb(73,188,238); }
td.TdClassName
{
border-color: #49BCEE;
}
.TagClassName
{
border-color: #49BCEE;
}
</style>