Shades of Summer Sky #26C0EA
Tints of Summer Sky #26C0EA
RGB
CMYK
RGB Variations
Color information
#26C0EA (or 0x26C0EA) is known color: Summer Sky. HEX triplet: 26, C0 and EA. RGB value is (38,192,234). Sum of RGB (Red+Green+Blue) = 38+192+234=464 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.19% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #26C0EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26C0EA is #D93F15. Grayscale: #969696. Windows color (decimal): -14237462 or 15384614. OLE color: 15384614.
HSL color Cylindrical-coordinate representation of color #26C0EA: hue angle of 192.86º 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 #26C0EA is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 192 | 234 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.08 |
| HSL | 192.86º | 0.82% | 0.53% | - |
| HSV(B) | 192.86º | 0.84% | 0.92% | - |
| XYZ | 34.5 | 44.05 | 84.53 | - |
| YUV | 150.74 | 174.98 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 192 | 234 | 0.84 | 0.18 | 0 | 0.08 | 192.86 | 0.82 | 0.53 |
| Hex | 26 | C0 | EA | 54 | 12 | 0 | 8 | C1 | 52 | 35 |
| Octal | 46 | 300 | 352 | 124 | 22 | 0 | 10 | 301 | 122 | 65 |
| Binary | 100110 | 11000000 | 11101010 | 1010100 | 10010 | 0 | 1000 | 11000001 | 1010010 | 110101 |
Color Harmonies of #26C0EA
Complementary color
Monochromatic Colors of #26C0EA
Black with #26C0EA
Text Example
Text Example
White with #26C0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C0EA; }
p { color: rgb(38,192,234); }
H1.HeaderClassName
{
color: #26C0EA;
}
.AnyTagClassName
{
color: #26C0EA;
}
</style>
background-color css
<style>
a { background-color: #26C0EA; }
a { background-color: rgb(38,192,234); }
div.DivClassName
{
background-color: #26C0EA;
}
.BgClassName
{
background-color: #26C0EA;
}
</style>
border-color css
<style>
span { border-color: #26C0EA; }
span { border-color: rgb(38,192,234); }
td.TdClassName
{
border-color: #26C0EA;
}
.TagClassName
{
border-color: #26C0EA;
}
</style>