Shades of Summer Sky #449FDE
Tints of Summer Sky #449FDE
RGB
CMYK
RGB Variations
Color information
#449FDE (or 0x449FDE) is known color: Summer Sky. HEX triplet: 44, 9F and DE. RGB value is (68,159,222). Sum of RGB (Red+Green+Blue) = 68+159+222=449 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.14% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #449FDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449FDE is #BB6021. Grayscale: #8A8A8A. Windows color (decimal): -12279842 or 14589764. OLE color: 14589764.
HSL color Cylindrical-coordinate representation of color #449FDE: hue angle of 204.55º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #449FDE is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 159 | 222 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.13 |
| HSL | 204.55º | 0.7% | 0.57% | - |
| HSV(B) | 204.55º | 0.69% | 0.87% | - |
| XYZ | 27.97 | 31.3 | 73.67 | - |
| YUV | 138.97 | 174.85 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 222 | 0.69 | 0.28 | 0 | 0.13 | 204.55 | 0.7 | 0.57 |
| Hex | 44 | 9F | DE | 45 | 1C | 0 | D | CD | 46 | 39 |
| Octal | 104 | 237 | 336 | 105 | 34 | 0 | 15 | 315 | 106 | 71 |
| Binary | 1000100 | 10011111 | 11011110 | 1000101 | 11100 | 0 | 1101 | 11001101 | 1000110 | 111001 |
Color Harmonies of #449FDE
Complementary color
Monochromatic Colors of #449FDE
Black with #449FDE
Text Example
Text Example
White with #449FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449FDE; }
p { color: rgb(68,159,222); }
H1.HeaderClassName
{
color: #449FDE;
}
.AnyTagClassName
{
color: #449FDE;
}
</style>
background-color css
<style>
a { background-color: #449FDE; }
a { background-color: rgb(68,159,222); }
div.DivClassName
{
background-color: #449FDE;
}
.BgClassName
{
background-color: #449FDE;
}
</style>
border-color css
<style>
span { border-color: #449FDE; }
span { border-color: rgb(68,159,222); }
td.TdClassName
{
border-color: #449FDE;
}
.TagClassName
{
border-color: #449FDE;
}
</style>