Shades of Summer Sky #449FDD
Tints of Summer Sky #449FDD
RGB
CMYK
RGB Variations
Color information
#449FDD (or 0x449FDD) is known color: Summer Sky. HEX triplet: 44, 9F and DD. RGB value is (68,159,221). Sum of RGB (Red+Green+Blue) = 68+159+221=448 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.18% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #449FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449FDD is #BB6022. Grayscale: #8A8A8A. Windows color (decimal): -12279843 or 14524228. OLE color: 14524228.
HSL color Cylindrical-coordinate representation of color #449FDD: hue angle of 204.31º degrees, saturation: 0.69, 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 #449FDD is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 159 | 221 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.13 |
| HSL | 204.31º | 0.69% | 0.57% | - |
| HSV(B) | 204.31º | 0.69% | 0.87% | - |
| XYZ | 27.83 | 31.25 | 72.97 | - |
| YUV | 138.86 | 174.35 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 221 | 0.69 | 0.28 | 0 | 0.13 | 204.31 | 0.69 | 0.57 |
| Hex | 44 | 9F | DD | 45 | 1C | 0 | D | CC | 45 | 39 |
| Octal | 104 | 237 | 335 | 105 | 34 | 0 | 15 | 314 | 105 | 71 |
| Binary | 1000100 | 10011111 | 11011101 | 1000101 | 11100 | 0 | 1101 | 11001100 | 1000101 | 111001 |
Color Harmonies of #449FDD
Complementary color
Monochromatic Colors of #449FDD
Black with #449FDD
Text Example
Text Example
White with #449FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449FDD; }
p { color: rgb(68,159,221); }
H1.HeaderClassName
{
color: #449FDD;
}
.AnyTagClassName
{
color: #449FDD;
}
</style>
background-color css
<style>
a { background-color: #449FDD; }
a { background-color: rgb(68,159,221); }
div.DivClassName
{
background-color: #449FDD;
}
.BgClassName
{
background-color: #449FDD;
}
</style>
border-color css
<style>
span { border-color: #449FDD; }
span { border-color: rgb(68,159,221); }
td.TdClassName
{
border-color: #449FDD;
}
.TagClassName
{
border-color: #449FDD;
}
</style>