Shades of Summer Sky #26ADE1
Tints of Summer Sky #26ADE1
RGB
CMYK
RGB Variations
Color information
#26ADE1 (or 0x26ADE1) is known color: Summer Sky. HEX triplet: 26, AD and E1. RGB value is (38,173,225). Sum of RGB (Red+Green+Blue) = 38+173+225=436 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.72% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 225 (88.28% from 255 or 51.61% from 436); Max value from RGB is 225 - color contains mainly: blue. Hex color #26ADE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26ADE1 is #D9521E. Grayscale: #8A8A8A. Windows color (decimal): -14242335 or 14789926. OLE color: 14789926.
HSL color Cylindrical-coordinate representation of color #26ADE1: hue angle of 196.68º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26ADE1 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 38 | 173 | 225 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.12 |
| HSL | 196.68º | 0.76% | 0.52% | - |
| HSV(B) | 196.68º | 0.83% | 0.88% | - |
| XYZ | 29.33 | 35.74 | 76.59 | - |
| YUV | 138.56 | 176.77 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 173 | 225 | 0.83 | 0.23 | 0 | 0.12 | 196.68 | 0.76 | 0.52 |
| Hex | 26 | AD | E1 | 53 | 17 | 0 | C | C5 | 4C | 34 |
| Octal | 46 | 255 | 341 | 123 | 27 | 0 | 14 | 305 | 114 | 64 |
| Binary | 100110 | 10101101 | 11100001 | 1010011 | 10111 | 0 | 1100 | 11000101 | 1001100 | 110100 |
Color Harmonies of #26ADE1
Complementary color
Monochromatic Colors of #26ADE1
Black with #26ADE1
Text Example
Text Example
White with #26ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26ADE1; }
p { color: rgb(38,173,225); }
H1.HeaderClassName
{
color: #26ADE1;
}
.AnyTagClassName
{
color: #26ADE1;
}
</style>
background-color css
<style>
a { background-color: #26ADE1; }
a { background-color: rgb(38,173,225); }
div.DivClassName
{
background-color: #26ADE1;
}
.BgClassName
{
background-color: #26ADE1;
}
</style>
border-color css
<style>
span { border-color: #26ADE1; }
span { border-color: rgb(38,173,225); }
td.TdClassName
{
border-color: #26ADE1;
}
.TagClassName
{
border-color: #26ADE1;
}
</style>