Shades of Summer Sky #449FEB
Tints of Summer Sky #449FEB
RGB
CMYK
RGB Variations
Color information
#449FEB (or 0x449FEB) is known color: Summer Sky. HEX triplet: 44, 9F and EB. RGB value is (68,159,235). Sum of RGB (Red+Green+Blue) = 68+159+235=462 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.72% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #449FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449FEB is #BB6014. Grayscale: #8C8C8C. Windows color (decimal): -12279829 or 15441732. OLE color: 15441732.
HSL color Cylindrical-coordinate representation of color #449FEB: hue angle of 207.31º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #449FEB is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 159 | 235 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.08 |
| HSL | 207.31º | 0.81% | 0.59% | - |
| HSV(B) | 207.31º | 0.71% | 0.92% | - |
| XYZ | 29.78 | 32.02 | 83.21 | - |
| YUV | 140.46 | 181.35 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 235 | 0.71 | 0.32 | 0 | 0.08 | 207.31 | 0.81 | 0.59 |
| Hex | 44 | 9F | EB | 47 | 20 | 0 | 8 | CF | 51 | 3B |
| Octal | 104 | 237 | 353 | 107 | 40 | 0 | 10 | 317 | 121 | 73 |
| Binary | 1000100 | 10011111 | 11101011 | 1000111 | 100000 | 0 | 1000 | 11001111 | 1010001 | 111011 |
Color Harmonies of #449FEB
Complementary color
Monochromatic Colors of #449FEB
Black with #449FEB
Text Example
Text Example
White with #449FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449FEB; }
p { color: rgb(68,159,235); }
H1.HeaderClassName
{
color: #449FEB;
}
.AnyTagClassName
{
color: #449FEB;
}
</style>
background-color css
<style>
a { background-color: #449FEB; }
a { background-color: rgb(68,159,235); }
div.DivClassName
{
background-color: #449FEB;
}
.BgClassName
{
background-color: #449FEB;
}
</style>
border-color css
<style>
span { border-color: #449FEB; }
span { border-color: rgb(68,159,235); }
td.TdClassName
{
border-color: #449FEB;
}
.TagClassName
{
border-color: #449FEB;
}
</style>