Shades of Summer Sky #26CEEC
Tints of Summer Sky #26CEEC
RGB
CMYK
RGB Variations
Color information
#26CEEC (or 0x26CEEC) is known color: Summer Sky. HEX triplet: 26, CE and EC. RGB value is (38,206,236). Sum of RGB (Red+Green+Blue) = 38+206+236=480 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.92% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #26CEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26CEEC is #D93113. Grayscale: #9E9E9E. Windows color (decimal): -14233876 or 15519270. OLE color: 15519270.
HSL color Cylindrical-coordinate representation of color #26CEEC: hue angle of 189.09º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26CEEC is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 206 | 236 | - |
| CMYK | 0.84 | 0.13 | 0 | 0.07 |
| HSL | 189.09º | 0.84% | 0.54% | - |
| HSV(B) | 189.09º | 0.84% | 0.93% | - |
| XYZ | 38.01 | 50.61 | 87.12 | - |
| YUV | 159.19 | 171.34 | 41.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 206 | 236 | 0.84 | 0.13 | 0 | 0.07 | 189.09 | 0.84 | 0.54 |
| Hex | 26 | CE | EC | 54 | D | 0 | 7 | BD | 54 | 36 |
| Octal | 46 | 316 | 354 | 124 | 15 | 0 | 7 | 275 | 124 | 66 |
| Binary | 100110 | 11001110 | 11101100 | 1010100 | 1101 | 0 | 111 | 10111101 | 1010100 | 110110 |
Color Harmonies of #26CEEC
Complementary color
Monochromatic Colors of #26CEEC
Black with #26CEEC
Text Example
Text Example
White with #26CEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CEEC; }
p { color: rgb(38,206,236); }
H1.HeaderClassName
{
color: #26CEEC;
}
.AnyTagClassName
{
color: #26CEEC;
}
</style>
background-color css
<style>
a { background-color: #26CEEC; }
a { background-color: rgb(38,206,236); }
div.DivClassName
{
background-color: #26CEEC;
}
.BgClassName
{
background-color: #26CEEC;
}
</style>
border-color css
<style>
span { border-color: #26CEEC; }
span { border-color: rgb(38,206,236); }
td.TdClassName
{
border-color: #26CEEC;
}
.TagClassName
{
border-color: #26CEEC;
}
</style>