Shades of Summer Sky #44C0DD
Tints of Summer Sky #44C0DD
RGB
CMYK
RGB Variations
Color information
#44C0DD (or 0x44C0DD) is known color: Summer Sky. HEX triplet: 44, C0 and DD. RGB value is (68,192,221). Sum of RGB (Red+Green+Blue) = 68+192+221=481 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.14% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #44C0DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44C0DD is #BB3F22. Grayscale: #9D9D9D. Windows color (decimal): -12271395 or 14532676. OLE color: 14532676.
HSL color Cylindrical-coordinate representation of color #44C0DD: hue angle of 191.37º 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 #44C0DD is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 192 | 221 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.13 |
| HSL | 191.37º | 0.69% | 0.57% | - |
| HSV(B) | 191.37º | 0.69% | 0.87% | - |
| XYZ | 34.28 | 44.15 | 75.12 | - |
| YUV | 158.23 | 163.42 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 192 | 221 | 0.69 | 0.13 | 0 | 0.13 | 191.37 | 0.69 | 0.57 |
| Hex | 44 | C0 | DD | 45 | D | 0 | D | BF | 45 | 39 |
| Octal | 104 | 300 | 335 | 105 | 15 | 0 | 15 | 277 | 105 | 71 |
| Binary | 1000100 | 11000000 | 11011101 | 1000101 | 1101 | 0 | 1101 | 10111111 | 1000101 | 111001 |
Color Harmonies of #44C0DD
Complementary color
Monochromatic Colors of #44C0DD
Black with #44C0DD
Text Example
Text Example
White with #44C0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C0DD; }
p { color: rgb(68,192,221); }
H1.HeaderClassName
{
color: #44C0DD;
}
.AnyTagClassName
{
color: #44C0DD;
}
</style>
background-color css
<style>
a { background-color: #44C0DD; }
a { background-color: rgb(68,192,221); }
div.DivClassName
{
background-color: #44C0DD;
}
.BgClassName
{
background-color: #44C0DD;
}
</style>
border-color css
<style>
span { border-color: #44C0DD; }
span { border-color: rgb(68,192,221); }
td.TdClassName
{
border-color: #44C0DD;
}
.TagClassName
{
border-color: #44C0DD;
}
</style>