Shades of Summer Sky #26ADEA
Tints of Summer Sky #26ADEA
RGB
CMYK
RGB Variations
Color information
#26ADEA (or 0x26ADEA) is known color: Summer Sky. HEX triplet: 26, AD and EA. RGB value is (38,173,234). Sum of RGB (Red+Green+Blue) = 38+173+234=445 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.54% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #26ADEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26ADEA is #D95215. Grayscale: #8B8B8B. Windows color (decimal): -14242326 or 15379750. OLE color: 15379750.
HSL color Cylindrical-coordinate representation of color #26ADEA: hue angle of 198.67º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26ADEA is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 173 | 234 | - |
| CMYK | 0.84 | 0.26 | 0 | 0.08 |
| HSL | 198.67º | 0.82% | 0.53% | - |
| HSV(B) | 198.67º | 0.84% | 0.92% | - |
| XYZ | 30.59 | 36.24 | 83.22 | - |
| YUV | 139.59 | 181.27 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 173 | 234 | 0.84 | 0.26 | 0 | 0.08 | 198.67 | 0.82 | 0.53 |
| Hex | 26 | AD | EA | 54 | 1A | 0 | 8 | C7 | 52 | 35 |
| Octal | 46 | 255 | 352 | 124 | 32 | 0 | 10 | 307 | 122 | 65 |
| Binary | 100110 | 10101101 | 11101010 | 1010100 | 11010 | 0 | 1000 | 11000111 | 1010010 | 110101 |
Color Harmonies of #26ADEA
Complementary color
Monochromatic Colors of #26ADEA
Black with #26ADEA
Text Example
Text Example
White with #26ADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26ADEA; }
p { color: rgb(38,173,234); }
H1.HeaderClassName
{
color: #26ADEA;
}
.AnyTagClassName
{
color: #26ADEA;
}
</style>
background-color css
<style>
a { background-color: #26ADEA; }
a { background-color: rgb(38,173,234); }
div.DivClassName
{
background-color: #26ADEA;
}
.BgClassName
{
background-color: #26ADEA;
}
</style>
border-color css
<style>
span { border-color: #26ADEA; }
span { border-color: rgb(38,173,234); }
td.TdClassName
{
border-color: #26ADEA;
}
.TagClassName
{
border-color: #26ADEA;
}
</style>