Shades of Summer Sky #26ADED
Tints of Summer Sky #26ADED
RGB
CMYK
RGB Variations
Color information
#26ADED (or 0x26ADED) is known color: Summer Sky. HEX triplet: 26, AD and ED. RGB value is (38,173,237). Sum of RGB (Red+Green+Blue) = 38+173+237=448 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.48% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #26ADED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26ADED is #D95212. Grayscale: #8B8B8B. Windows color (decimal): -14242323 or 15576358. OLE color: 15576358.
HSL color Cylindrical-coordinate representation of color #26ADED: hue angle of 199.3º degrees, saturation: 0.85, 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 #26ADED is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 173 | 237 | - |
| CMYK | 0.84 | 0.27 | 0 | 0.07 |
| HSL | 199.3º | 0.85% | 0.54% | - |
| HSV(B) | 199.3º | 0.84% | 0.93% | - |
| XYZ | 31.03 | 36.41 | 85.51 | - |
| YUV | 139.93 | 182.77 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 173 | 237 | 0.84 | 0.27 | 0 | 0.07 | 199.3 | 0.85 | 0.54 |
| Hex | 26 | AD | ED | 54 | 1B | 0 | 7 | C7 | 55 | 36 |
| Octal | 46 | 255 | 355 | 124 | 33 | 0 | 7 | 307 | 125 | 66 |
| Binary | 100110 | 10101101 | 11101101 | 1010100 | 11011 | 0 | 111 | 11000111 | 1010101 | 110110 |
Color Harmonies of #26ADED
Complementary color
Monochromatic Colors of #26ADED
Black with #26ADED
Text Example
Text Example
White with #26ADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26ADED; }
p { color: rgb(38,173,237); }
H1.HeaderClassName
{
color: #26ADED;
}
.AnyTagClassName
{
color: #26ADED;
}
</style>
background-color css
<style>
a { background-color: #26ADED; }
a { background-color: rgb(38,173,237); }
div.DivClassName
{
background-color: #26ADED;
}
.BgClassName
{
background-color: #26ADED;
}
</style>
border-color css
<style>
span { border-color: #26ADED; }
span { border-color: rgb(38,173,237); }
td.TdClassName
{
border-color: #26ADED;
}
.TagClassName
{
border-color: #26ADED;
}
</style>