Shades of Summer Sky #449EEC
Tints of Summer Sky #449EEC
RGB
CMYK
RGB Variations
Color information
#449EEC (or 0x449EEC) is known color: Summer Sky. HEX triplet: 44, 9E and EC. RGB value is (68,158,236). Sum of RGB (Red+Green+Blue) = 68+158+236=462 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.72% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #449EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449EEC is #BB6113. Grayscale: #8B8B8B. Windows color (decimal): -12280084 or 15507012. OLE color: 15507012.
HSL color Cylindrical-coordinate representation of color #449EEC: hue angle of 207.86º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #449EEC is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 158 | 236 | - |
| CMYK | 0.71 | 0.33 | 0 | 0.07 |
| HSL | 207.86º | 0.82% | 0.6% | - |
| HSV(B) | 207.86º | 0.71% | 0.93% | - |
| XYZ | 29.75 | 31.74 | 83.92 | - |
| YUV | 139.98 | 182.18 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 158 | 236 | 0.71 | 0.33 | 0 | 0.07 | 207.86 | 0.82 | 0.6 |
| Hex | 44 | 9E | EC | 47 | 21 | 0 | 7 | D0 | 52 | 3C |
| Octal | 104 | 236 | 354 | 107 | 41 | 0 | 7 | 320 | 122 | 74 |
| Binary | 1000100 | 10011110 | 11101100 | 1000111 | 100001 | 0 | 111 | 11010000 | 1010010 | 111100 |
Color Harmonies of #449EEC
Complementary color
Monochromatic Colors of #449EEC
Black with #449EEC
Text Example
Text Example
White with #449EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449EEC; }
p { color: rgb(68,158,236); }
H1.HeaderClassName
{
color: #449EEC;
}
.AnyTagClassName
{
color: #449EEC;
}
</style>
background-color css
<style>
a { background-color: #449EEC; }
a { background-color: rgb(68,158,236); }
div.DivClassName
{
background-color: #449EEC;
}
.BgClassName
{
background-color: #449EEC;
}
</style>
border-color css
<style>
span { border-color: #449EEC; }
span { border-color: rgb(68,158,236); }
td.TdClassName
{
border-color: #449EEC;
}
.TagClassName
{
border-color: #449EEC;
}
</style>