Shades of Summer Sky #44AADC
Tints of Summer Sky #44AADC
RGB
CMYK
RGB Variations
Color information
#44AADC (or 0x44AADC) is known color: Summer Sky. HEX triplet: 44, AA and DC. RGB value is (68,170,220). Sum of RGB (Red+Green+Blue) = 68+170+220=458 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.85% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #44AADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44AADC is #BB5523. Grayscale: #909090. Windows color (decimal): -12277028 or 14461508. OLE color: 14461508.
HSL color Cylindrical-coordinate representation of color #44AADC: hue angle of 199.74º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44AADC is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 170 | 220 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.14 |
| HSL | 199.74º | 0.68% | 0.56% | - |
| HSV(B) | 199.74º | 0.69% | 0.86% | - |
| XYZ | 29.68 | 35.15 | 72.93 | - |
| YUV | 145.2 | 170.21 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 170 | 220 | 0.69 | 0.23 | 0 | 0.14 | 199.74 | 0.68 | 0.56 |
| Hex | 44 | AA | DC | 45 | 17 | 0 | E | C8 | 44 | 38 |
| Octal | 104 | 252 | 334 | 105 | 27 | 0 | 16 | 310 | 104 | 70 |
| Binary | 1000100 | 10101010 | 11011100 | 1000101 | 10111 | 0 | 1110 | 11001000 | 1000100 | 111000 |
Color Harmonies of #44AADC
Complementary color
Monochromatic Colors of #44AADC
Black with #44AADC
Text Example
Text Example
White with #44AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AADC; }
p { color: rgb(68,170,220); }
H1.HeaderClassName
{
color: #44AADC;
}
.AnyTagClassName
{
color: #44AADC;
}
</style>
background-color css
<style>
a { background-color: #44AADC; }
a { background-color: rgb(68,170,220); }
div.DivClassName
{
background-color: #44AADC;
}
.BgClassName
{
background-color: #44AADC;
}
</style>
border-color css
<style>
span { border-color: #44AADC; }
span { border-color: rgb(68,170,220); }
td.TdClassName
{
border-color: #44AADC;
}
.TagClassName
{
border-color: #44AADC;
}
</style>