Shades of Summer Sky #449AED
Tints of Summer Sky #449AED
RGB
CMYK
RGB Variations
Color information
#449AED (or 0x449AED) is known color: Summer Sky. HEX triplet: 44, 9A and ED. RGB value is (68,154,237). Sum of RGB (Red+Green+Blue) = 68+154+237=459 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.81% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #449AED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449AED is #BB6512. Grayscale: #898989. Windows color (decimal): -12281107 or 15571524. OLE color: 15571524.
HSL color Cylindrical-coordinate representation of color #449AED: hue angle of 209.47º 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 #449AED is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 154 | 237 | - |
| CMYK | 0.71 | 0.35 | 0 | 0.07 |
| HSL | 209.47º | 0.82% | 0.6% | - |
| HSV(B) | 209.47º | 0.71% | 0.93% | - |
| XYZ | 29.23 | 30.45 | 84.46 | - |
| YUV | 137.75 | 184.01 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 237 | 0.71 | 0.35 | 0 | 0.07 | 209.47 | 0.82 | 0.6 |
| Hex | 44 | 9A | ED | 47 | 23 | 0 | 7 | D1 | 52 | 3C |
| Octal | 104 | 232 | 355 | 107 | 43 | 0 | 7 | 321 | 122 | 74 |
| Binary | 1000100 | 10011010 | 11101101 | 1000111 | 100011 | 0 | 111 | 11010001 | 1010010 | 111100 |
Color Harmonies of #449AED
Complementary color
Monochromatic Colors of #449AED
Black with #449AED
Text Example
Text Example
White with #449AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449AED; }
p { color: rgb(68,154,237); }
H1.HeaderClassName
{
color: #449AED;
}
.AnyTagClassName
{
color: #449AED;
}
</style>
background-color css
<style>
a { background-color: #449AED; }
a { background-color: rgb(68,154,237); }
div.DivClassName
{
background-color: #449AED;
}
.BgClassName
{
background-color: #449AED;
}
</style>
border-color css
<style>
span { border-color: #449AED; }
span { border-color: rgb(68,154,237); }
td.TdClassName
{
border-color: #449AED;
}
.TagClassName
{
border-color: #449AED;
}
</style>