Shades of Summer Sky #26C0EF
Tints of Summer Sky #26C0EF
RGB
CMYK
RGB Variations
Color information
#26C0EF (or 0x26C0EF) is known color: Summer Sky. HEX triplet: 26, C0 and EF. RGB value is (38,192,239). Sum of RGB (Red+Green+Blue) = 38+192+239=469 (62% of max value = 765). Red value is 38 (15.23% from 255 or 8.10% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #26C0EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26C0EF is #D93F10. Grayscale: #969696. Windows color (decimal): -14237457 or 15712294. OLE color: 15712294.
HSL color Cylindrical-coordinate representation of color #26C0EF: hue angle of 194.03º 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 #26C0EF is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 192 | 239 | - |
| CMYK | 0.84 | 0.20 | 0 | 0.06 |
| HSL | 194.03º | 0.86% | 0.54% | - |
| HSV(B) | 194.03º | 0.84% | 0.94% | - |
| XYZ | 35.23 | 44.34 | 88.36 | - |
| YUV | 151.31 | 177.48 | 47.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 192 | 239 | 0.84 | 0.20 | 0 | 0.06 | 194.03 | 0.86 | 0.54 |
| Hex | 26 | C0 | EF | 54 | 14 | 0 | 6 | C2 | 56 | 36 |
| Octal | 46 | 300 | 357 | 124 | 24 | 0 | 6 | 302 | 126 | 66 |
| Binary | 100110 | 11000000 | 11101111 | 1010100 | 10100 | 0 | 110 | 11000010 | 1010110 | 110110 |
Color Harmonies of #26C0EF
Complementary color
Monochromatic Colors of #26C0EF
Black with #26C0EF
Text Example
Text Example
White with #26C0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C0EF; }
p { color: rgb(38,192,239); }
H1.HeaderClassName
{
color: #26C0EF;
}
.AnyTagClassName
{
color: #26C0EF;
}
</style>
background-color css
<style>
a { background-color: #26C0EF; }
a { background-color: rgb(38,192,239); }
div.DivClassName
{
background-color: #26C0EF;
}
.BgClassName
{
background-color: #26C0EF;
}
</style>
border-color css
<style>
span { border-color: #26C0EF; }
span { border-color: rgb(38,192,239); }
td.TdClassName
{
border-color: #26C0EF;
}
.TagClassName
{
border-color: #26C0EF;
}
</style>