Shades of Summer Sky #26CDEF
Tints of Summer Sky #26CDEF
RGB
CMYK
RGB Variations
Color information
#26CDEF (or 0x26CDEF) is known color: Summer Sky. HEX triplet: 26, CD and EF. RGB value is (38,205,239). Sum of RGB (Red+Green+Blue) = 38+205+239=482 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.88% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #26CDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26CDEF is #D93210. Grayscale: #9E9E9E. Windows color (decimal): -14234129 or 15715622. OLE color: 15715622.
HSL color Cylindrical-coordinate representation of color #26CDEF: hue angle of 190.15º 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 #26CDEF is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 205 | 239 | - |
| CMYK | 0.84 | 0.14 | 0 | 0.06 |
| HSL | 190.15º | 0.86% | 0.54% | - |
| HSV(B) | 190.15º | 0.84% | 0.94% | - |
| XYZ | 38.21 | 50.31 | 89.36 | - |
| YUV | 158.94 | 173.17 | 41.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 205 | 239 | 0.84 | 0.14 | 0 | 0.06 | 190.15 | 0.86 | 0.54 |
| Hex | 26 | CD | EF | 54 | E | 0 | 6 | BE | 56 | 36 |
| Octal | 46 | 315 | 357 | 124 | 16 | 0 | 6 | 276 | 126 | 66 |
| Binary | 100110 | 11001101 | 11101111 | 1010100 | 1110 | 0 | 110 | 10111110 | 1010110 | 110110 |
Color Harmonies of #26CDEF
Complementary color
Monochromatic Colors of #26CDEF
Black with #26CDEF
Text Example
Text Example
White with #26CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CDEF; }
p { color: rgb(38,205,239); }
H1.HeaderClassName
{
color: #26CDEF;
}
.AnyTagClassName
{
color: #26CDEF;
}
</style>
background-color css
<style>
a { background-color: #26CDEF; }
a { background-color: rgb(38,205,239); }
div.DivClassName
{
background-color: #26CDEF;
}
.BgClassName
{
background-color: #26CDEF;
}
</style>
border-color css
<style>
span { border-color: #26CDEF; }
span { border-color: rgb(38,205,239); }
td.TdClassName
{
border-color: #26CDEF;
}
.TagClassName
{
border-color: #26CDEF;
}
</style>