Shades of Summer Sky #44ADEB
Tints of Summer Sky #44ADEB
RGB
CMYK
RGB Variations
Color information
#44ADEB (or 0x44ADEB) is known color: Summer Sky. HEX triplet: 44, AD and EB. RGB value is (68,173,235). Sum of RGB (Red+Green+Blue) = 68+173+235=476 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.29% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #44ADEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #44ADEB is #BB5214. Grayscale: #949494. Windows color (decimal): -12276245 or 15445316. OLE color: 15445316.
HSL color Cylindrical-coordinate representation of color #44ADEB: hue angle of 202.28º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44ADEB is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 173 | 235 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.08 |
| HSL | 202.28º | 0.81% | 0.59% | - |
| HSV(B) | 202.28º | 0.71% | 0.92% | - |
| XYZ | 32.32 | 37.11 | 84.06 | - |
| YUV | 148.67 | 176.71 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 173 | 235 | 0.71 | 0.26 | 0 | 0.08 | 202.28 | 0.81 | 0.59 |
| Hex | 44 | AD | EB | 47 | 1A | 0 | 8 | CA | 51 | 3B |
| Octal | 104 | 255 | 353 | 107 | 32 | 0 | 10 | 312 | 121 | 73 |
| Binary | 1000100 | 10101101 | 11101011 | 1000111 | 11010 | 0 | 1000 | 11001010 | 1010001 | 111011 |
Color Harmonies of #44ADEB
Complementary color
Monochromatic Colors of #44ADEB
Black with #44ADEB
Text Example
Text Example
White with #44ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44ADEB; }
p { color: rgb(68,173,235); }
H1.HeaderClassName
{
color: #44ADEB;
}
.AnyTagClassName
{
color: #44ADEB;
}
</style>
background-color css
<style>
a { background-color: #44ADEB; }
a { background-color: rgb(68,173,235); }
div.DivClassName
{
background-color: #44ADEB;
}
.BgClassName
{
background-color: #44ADEB;
}
</style>
border-color css
<style>
span { border-color: #44ADEB; }
span { border-color: rgb(68,173,235); }
td.TdClassName
{
border-color: #44ADEB;
}
.TagClassName
{
border-color: #44ADEB;
}
</style>