Shades of Summer Sky #449AE6
Tints of Summer Sky #449AE6
RGB
CMYK
RGB Variations
Color information
#449AE6 (or 0x449AE6) is known color: Summer Sky. HEX triplet: 44, 9A and E6. RGB value is (68,154,230). Sum of RGB (Red+Green+Blue) = 68+154+230=452 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.04% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 230 (90.23% from 255 or 50.88% from 452); Max value from RGB is 230 - color contains mainly: blue. Hex color #449AE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449AE6 is #BB6519. Grayscale: #888888. Windows color (decimal): -12281114 or 15112772. OLE color: 15112772.
HSL color Cylindrical-coordinate representation of color #449AE6: hue angle of 208.15º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #449AE6 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 68 | 154 | 230 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.10 |
| HSL | 208.15º | 0.76% | 0.58% | - |
| HSV(B) | 208.15º | 0.7% | 0.9% | - |
| XYZ | 28.22 | 30.05 | 79.18 | - |
| YUV | 136.95 | 180.51 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 230 | 0.70 | 0.33 | 0 | 0.10 | 208.15 | 0.76 | 0.58 |
| Hex | 44 | 9A | E6 | 46 | 21 | 0 | A | D0 | 4C | 3A |
| Octal | 104 | 232 | 346 | 106 | 41 | 0 | 12 | 320 | 114 | 72 |
| Binary | 1000100 | 10011010 | 11100110 | 1000110 | 100001 | 0 | 1010 | 11010000 | 1001100 | 111010 |
Color Harmonies of #449AE6
Complementary color
Monochromatic Colors of #449AE6
Black with #449AE6
Text Example
Text Example
White with #449AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449AE6; }
p { color: rgb(68,154,230); }
H1.HeaderClassName
{
color: #449AE6;
}
.AnyTagClassName
{
color: #449AE6;
}
</style>
background-color css
<style>
a { background-color: #449AE6; }
a { background-color: rgb(68,154,230); }
div.DivClassName
{
background-color: #449AE6;
}
.BgClassName
{
background-color: #449AE6;
}
</style>
border-color css
<style>
span { border-color: #449AE6; }
span { border-color: rgb(68,154,230); }
td.TdClassName
{
border-color: #449AE6;
}
.TagClassName
{
border-color: #449AE6;
}
</style>