Shades of Summer Sky #26A1EA
Tints of Summer Sky #26A1EA
RGB
CMYK
RGB Variations
Color information
#26A1EA (or 0x26A1EA) is known color: Summer Sky. HEX triplet: 26, A1 and EA. RGB value is (38,161,234). Sum of RGB (Red+Green+Blue) = 38+161+234=433 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.78% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #26A1EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26A1EA is #D95E15. Grayscale: #848484. Windows color (decimal): -14245398 or 15376678. OLE color: 15376678.
HSL color Cylindrical-coordinate representation of color #26A1EA: hue angle of 202.35º 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 #26A1EA is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 161 | 234 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.08 |
| HSL | 202.35º | 0.82% | 0.53% | - |
| HSV(B) | 202.35º | 0.84% | 0.92% | - |
| XYZ | 28.4 | 31.84 | 82.49 | - |
| YUV | 132.55 | 185.25 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 161 | 234 | 0.84 | 0.31 | 0 | 0.08 | 202.35 | 0.82 | 0.53 |
| Hex | 26 | A1 | EA | 54 | 1F | 0 | 8 | CA | 52 | 35 |
| Octal | 46 | 241 | 352 | 124 | 37 | 0 | 10 | 312 | 122 | 65 |
| Binary | 100110 | 10100001 | 11101010 | 1010100 | 11111 | 0 | 1000 | 11001010 | 1010010 | 110101 |
Color Harmonies of #26A1EA
Complementary color
Monochromatic Colors of #26A1EA
Black with #26A1EA
Text Example
Text Example
White with #26A1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A1EA; }
p { color: rgb(38,161,234); }
H1.HeaderClassName
{
color: #26A1EA;
}
.AnyTagClassName
{
color: #26A1EA;
}
</style>
background-color css
<style>
a { background-color: #26A1EA; }
a { background-color: rgb(38,161,234); }
div.DivClassName
{
background-color: #26A1EA;
}
.BgClassName
{
background-color: #26A1EA;
}
</style>
border-color css
<style>
span { border-color: #26A1EA; }
span { border-color: rgb(38,161,234); }
td.TdClassName
{
border-color: #26A1EA;
}
.TagClassName
{
border-color: #26A1EA;
}
</style>