Shades of Summer Sky #44ADEF
Tints of Summer Sky #44ADEF
RGB
CMYK
RGB Variations
Color information
#44ADEF (or 0x44ADEF) is known color: Summer Sky. HEX triplet: 44, AD and EF. RGB value is (68,173,239). Sum of RGB (Red+Green+Blue) = 68+173+239=480 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.17% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #44ADEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #44ADEF is #BB5210. Grayscale: #949494. Windows color (decimal): -12276241 or 15707460. OLE color: 15707460.
HSL color Cylindrical-coordinate representation of color #44ADEF: hue angle of 203.16º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44ADEF is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 173 | 239 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.06 |
| HSL | 203.16º | 0.84% | 0.6% | - |
| HSV(B) | 203.16º | 0.72% | 0.94% | - |
| XYZ | 32.91 | 37.35 | 87.14 | - |
| YUV | 149.13 | 178.71 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 173 | 239 | 0.72 | 0.28 | 0 | 0.06 | 203.16 | 0.84 | 0.6 |
| Hex | 44 | AD | EF | 48 | 1C | 0 | 6 | CB | 54 | 3C |
| Octal | 104 | 255 | 357 | 110 | 34 | 0 | 6 | 313 | 124 | 74 |
| Binary | 1000100 | 10101101 | 11101111 | 1001000 | 11100 | 0 | 110 | 11001011 | 1010100 | 111100 |
Color Harmonies of #44ADEF
Complementary color
Monochromatic Colors of #44ADEF
Black with #44ADEF
Text Example
Text Example
White with #44ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44ADEF; }
p { color: rgb(68,173,239); }
H1.HeaderClassName
{
color: #44ADEF;
}
.AnyTagClassName
{
color: #44ADEF;
}
</style>
background-color css
<style>
a { background-color: #44ADEF; }
a { background-color: rgb(68,173,239); }
div.DivClassName
{
background-color: #44ADEF;
}
.BgClassName
{
background-color: #44ADEF;
}
</style>
border-color css
<style>
span { border-color: #44ADEF; }
span { border-color: rgb(68,173,239); }
td.TdClassName
{
border-color: #44ADEF;
}
.TagClassName
{
border-color: #44ADEF;
}
</style>