Shades of Summer Sky #44AAF1
Tints of Summer Sky #44AAF1
RGB
CMYK
RGB Variations
Color information
#44AAF1 (or 0x44AAF1) is known color: Summer Sky. HEX triplet: 44, AA and F1. RGB value is (68,170,241). Sum of RGB (Red+Green+Blue) = 68+170+241=479 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.20% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #44AAF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #44AAF1 is #BB550E. Grayscale: #939393. Windows color (decimal): -12277007 or 15837764. OLE color: 15837764.
HSL color Cylindrical-coordinate representation of color #44AAF1: hue angle of 204.62º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44AAF1 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 170 | 241 | - |
| CMYK | 0.72 | 0.29 | 0 | 0.05 |
| HSL | 204.62º | 0.86% | 0.61% | - |
| HSV(B) | 204.62º | 0.72% | 0.95% | - |
| XYZ | 32.64 | 36.33 | 88.51 | - |
| YUV | 147.6 | 180.71 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 170 | 241 | 0.72 | 0.29 | 0 | 0.05 | 204.62 | 0.86 | 0.61 |
| Hex | 44 | AA | F1 | 48 | 1D | 0 | 5 | CD | 56 | 3D |
| Octal | 104 | 252 | 361 | 110 | 35 | 0 | 5 | 315 | 126 | 75 |
| Binary | 1000100 | 10101010 | 11110001 | 1001000 | 11101 | 0 | 101 | 11001101 | 1010110 | 111101 |
Color Harmonies of #44AAF1
Complementary color
Monochromatic Colors of #44AAF1
Black with #44AAF1
Text Example
Text Example
White with #44AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AAF1; }
p { color: rgb(68,170,241); }
H1.HeaderClassName
{
color: #44AAF1;
}
.AnyTagClassName
{
color: #44AAF1;
}
</style>
background-color css
<style>
a { background-color: #44AAF1; }
a { background-color: rgb(68,170,241); }
div.DivClassName
{
background-color: #44AAF1;
}
.BgClassName
{
background-color: #44AAF1;
}
</style>
border-color css
<style>
span { border-color: #44AAF1; }
span { border-color: rgb(68,170,241); }
td.TdClassName
{
border-color: #44AAF1;
}
.TagClassName
{
border-color: #44AAF1;
}
</style>