Shades of Summer Sky #49CBEE
Tints of Summer Sky #49CBEE
RGB
CMYK
RGB Variations
Color information
#49CBEE (or 0x49CBEE) is known color: Summer Sky. HEX triplet: 49, CB and EE. RGB value is (73,203,238). Sum of RGB (Red+Green+Blue) = 73+203+238=514 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.20% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #49CBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CBEE is #B63411. Grayscale: #A7A7A7. Windows color (decimal): -11940882 or 15649609. OLE color: 15649609.
HSL color Cylindrical-coordinate representation of color #49CBEE: hue angle of 192.73º 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 #49CBEE is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 203 | 238 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.07 |
| HSL | 192.73º | 0.83% | 0.61% | - |
| HSV(B) | 192.73º | 0.69% | 0.93% | - |
| XYZ | 39.54 | 50.3 | 88.51 | - |
| YUV | 168.12 | 167.43 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 203 | 238 | 0.69 | 0.15 | 0 | 0.07 | 192.73 | 0.83 | 0.61 |
| Hex | 49 | CB | EE | 45 | F | 0 | 7 | C1 | 53 | 3D |
| Octal | 111 | 313 | 356 | 105 | 17 | 0 | 7 | 301 | 123 | 75 |
| Binary | 1001001 | 11001011 | 11101110 | 1000101 | 1111 | 0 | 111 | 11000001 | 1010011 | 111101 |
Color Harmonies of #49CBEE
Complementary color
Monochromatic Colors of #49CBEE
Black with #49CBEE
Text Example
Text Example
White with #49CBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CBEE; }
p { color: rgb(73,203,238); }
H1.HeaderClassName
{
color: #49CBEE;
}
.AnyTagClassName
{
color: #49CBEE;
}
</style>
background-color css
<style>
a { background-color: #49CBEE; }
a { background-color: rgb(73,203,238); }
div.DivClassName
{
background-color: #49CBEE;
}
.BgClassName
{
background-color: #49CBEE;
}
</style>
border-color css
<style>
span { border-color: #49CBEE; }
span { border-color: rgb(73,203,238); }
td.TdClassName
{
border-color: #49CBEE;
}
.TagClassName
{
border-color: #49CBEE;
}
</style>