Shades of Summer Sky #26ADEC
Tints of Summer Sky #26ADEC
RGB
CMYK
RGB Variations
Color information
#26ADEC (or 0x26ADEC) is known color: Summer Sky. HEX triplet: 26, AD and EC. RGB value is (38,173,236). Sum of RGB (Red+Green+Blue) = 38+173+236=447 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.50% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #26ADEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26ADEC is #D95213. Grayscale: #8B8B8B. Windows color (decimal): -14242324 or 15510822. OLE color: 15510822.
HSL color Cylindrical-coordinate representation of color #26ADEC: hue angle of 199.09º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26ADEC is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 173 | 236 | - |
| CMYK | 0.84 | 0.27 | 0 | 0.07 |
| HSL | 199.09º | 0.84% | 0.54% | - |
| HSV(B) | 199.09º | 0.84% | 0.93% | - |
| XYZ | 30.88 | 36.36 | 84.75 | - |
| YUV | 139.82 | 182.27 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 173 | 236 | 0.84 | 0.27 | 0 | 0.07 | 199.09 | 0.84 | 0.54 |
| Hex | 26 | AD | EC | 54 | 1B | 0 | 7 | C7 | 54 | 36 |
| Octal | 46 | 255 | 354 | 124 | 33 | 0 | 7 | 307 | 124 | 66 |
| Binary | 100110 | 10101101 | 11101100 | 1010100 | 11011 | 0 | 111 | 11000111 | 1010100 | 110110 |
Color Harmonies of #26ADEC
Complementary color
Monochromatic Colors of #26ADEC
Black with #26ADEC
Text Example
Text Example
White with #26ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26ADEC; }
p { color: rgb(38,173,236); }
H1.HeaderClassName
{
color: #26ADEC;
}
.AnyTagClassName
{
color: #26ADEC;
}
</style>
background-color css
<style>
a { background-color: #26ADEC; }
a { background-color: rgb(38,173,236); }
div.DivClassName
{
background-color: #26ADEC;
}
.BgClassName
{
background-color: #26ADEC;
}
</style>
border-color css
<style>
span { border-color: #26ADEC; }
span { border-color: rgb(38,173,236); }
td.TdClassName
{
border-color: #26ADEC;
}
.TagClassName
{
border-color: #26ADEC;
}
</style>