Shades of Summer Sky #26ADEF
Tints of Summer Sky #26ADEF
RGB
CMYK
RGB Variations
Color information
#26ADEF (or 0x26ADEF) is known color: Summer Sky. HEX triplet: 26, AD and EF. RGB value is (38,173,239). Sum of RGB (Red+Green+Blue) = 38+173+239=450 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.44% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #26ADEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26ADEF is #D95210. Grayscale: #8B8B8B. Windows color (decimal): -14242321 or 15707430. OLE color: 15707430.
HSL color Cylindrical-coordinate representation of color #26ADEF: hue angle of 199.7º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26ADEF is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 173 | 239 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.06 |
| HSL | 199.7º | 0.86% | 0.54% | - |
| HSV(B) | 199.7º | 0.84% | 0.94% | - |
| XYZ | 31.32 | 36.53 | 87.06 | - |
| YUV | 140.16 | 183.77 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 173 | 239 | 0.84 | 0.28 | 0 | 0.06 | 199.7 | 0.86 | 0.54 |
| Hex | 26 | AD | EF | 54 | 1C | 0 | 6 | C8 | 56 | 36 |
| Octal | 46 | 255 | 357 | 124 | 34 | 0 | 6 | 310 | 126 | 66 |
| Binary | 100110 | 10101101 | 11101111 | 1010100 | 11100 | 0 | 110 | 11001000 | 1010110 | 110110 |
Color Harmonies of #26ADEF
Complementary color
Monochromatic Colors of #26ADEF
Black with #26ADEF
Text Example
Text Example
White with #26ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26ADEF; }
p { color: rgb(38,173,239); }
H1.HeaderClassName
{
color: #26ADEF;
}
.AnyTagClassName
{
color: #26ADEF;
}
</style>
background-color css
<style>
a { background-color: #26ADEF; }
a { background-color: rgb(38,173,239); }
div.DivClassName
{
background-color: #26ADEF;
}
.BgClassName
{
background-color: #26ADEF;
}
</style>
border-color css
<style>
span { border-color: #26ADEF; }
span { border-color: rgb(38,173,239); }
td.TdClassName
{
border-color: #26ADEF;
}
.TagClassName
{
border-color: #26ADEF;
}
</style>