Shades of Summer Sky #26C0EB
Tints of Summer Sky #26C0EB
RGB
CMYK
RGB Variations
Color information
#26C0EB (or 0x26C0EB) is known color: Summer Sky. HEX triplet: 26, C0 and EB. RGB value is (38,192,235). Sum of RGB (Red+Green+Blue) = 38+192+235=465 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.17% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #26C0EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26C0EB is #D93F14. Grayscale: #969696. Windows color (decimal): -14237461 or 15450150. OLE color: 15450150.
HSL color Cylindrical-coordinate representation of color #26C0EB: hue angle of 193.1º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26C0EB is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 192 | 235 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.08 |
| HSL | 193.1º | 0.83% | 0.54% | - |
| HSV(B) | 193.1º | 0.84% | 0.92% | - |
| XYZ | 34.64 | 44.11 | 85.29 | - |
| YUV | 150.86 | 175.48 | 47.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 192 | 235 | 0.84 | 0.18 | 0 | 0.08 | 193.1 | 0.83 | 0.54 |
| Hex | 26 | C0 | EB | 54 | 12 | 0 | 8 | C1 | 53 | 36 |
| Octal | 46 | 300 | 353 | 124 | 22 | 0 | 10 | 301 | 123 | 66 |
| Binary | 100110 | 11000000 | 11101011 | 1010100 | 10010 | 0 | 1000 | 11000001 | 1010011 | 110110 |
Color Harmonies of #26C0EB
Complementary color
Monochromatic Colors of #26C0EB
Black with #26C0EB
Text Example
Text Example
White with #26C0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C0EB; }
p { color: rgb(38,192,235); }
H1.HeaderClassName
{
color: #26C0EB;
}
.AnyTagClassName
{
color: #26C0EB;
}
</style>
background-color css
<style>
a { background-color: #26C0EB; }
a { background-color: rgb(38,192,235); }
div.DivClassName
{
background-color: #26C0EB;
}
.BgClassName
{
background-color: #26C0EB;
}
</style>
border-color css
<style>
span { border-color: #26C0EB; }
span { border-color: rgb(38,192,235); }
td.TdClassName
{
border-color: #26C0EB;
}
.TagClassName
{
border-color: #26C0EB;
}
</style>