Shades of Summer Sky #26A8E1
Tints of Summer Sky #26A8E1
RGB
CMYK
RGB Variations
Color information
#26A8E1 (or 0x26A8E1) is known color: Summer Sky. HEX triplet: 26, A8 and E1. RGB value is (38,168,225). Sum of RGB (Red+Green+Blue) = 38+168+225=431 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.82% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 225 (88.28% from 255 or 52.20% from 431); Max value from RGB is 225 - color contains mainly: blue. Hex color #26A8E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26A8E1 is #D9571E. Grayscale: #878787. Windows color (decimal): -14243615 or 14788646. OLE color: 14788646.
HSL color Cylindrical-coordinate representation of color #26A8E1: hue angle of 198.29º 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 #26A8E1 is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 38 | 168 | 225 | - |
| CMYK | 0.83 | 0.25 | 0 | 0.12 |
| HSL | 198.29º | 0.76% | 0.52% | - |
| HSV(B) | 198.29º | 0.83% | 0.88% | - |
| XYZ | 28.39 | 33.85 | 76.27 | - |
| YUV | 135.63 | 178.43 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 168 | 225 | 0.83 | 0.25 | 0 | 0.12 | 198.29 | 0.76 | 0.52 |
| Hex | 26 | A8 | E1 | 53 | 19 | 0 | C | C6 | 4C | 34 |
| Octal | 46 | 250 | 341 | 123 | 31 | 0 | 14 | 306 | 114 | 64 |
| Binary | 100110 | 10101000 | 11100001 | 1010011 | 11001 | 0 | 1100 | 11000110 | 1001100 | 110100 |
Color Harmonies of #26A8E1
Complementary color
Monochromatic Colors of #26A8E1
Black with #26A8E1
Text Example
Text Example
White with #26A8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A8E1; }
p { color: rgb(38,168,225); }
H1.HeaderClassName
{
color: #26A8E1;
}
.AnyTagClassName
{
color: #26A8E1;
}
</style>
background-color css
<style>
a { background-color: #26A8E1; }
a { background-color: rgb(38,168,225); }
div.DivClassName
{
background-color: #26A8E1;
}
.BgClassName
{
background-color: #26A8E1;
}
</style>
border-color css
<style>
span { border-color: #26A8E1; }
span { border-color: rgb(38,168,225); }
td.TdClassName
{
border-color: #26A8E1;
}
.TagClassName
{
border-color: #26A8E1;
}
</style>