Shades of Summer Sky #26CCED
Tints of Summer Sky #26CCED
RGB
CMYK
RGB Variations
Color information
#26CCED (or 0x26CCED) is known color: Summer Sky. HEX triplet: 26, CC and ED. RGB value is (38,204,237). Sum of RGB (Red+Green+Blue) = 38+204+237=479 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.93% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #26CCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26CCED is #D93312. Grayscale: #9D9D9D. Windows color (decimal): -14234387 or 15584294. OLE color: 15584294.
HSL color Cylindrical-coordinate representation of color #26CCED: hue angle of 189.95º degrees, saturation: 0.85, 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 #26CCED is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 204 | 237 | - |
| CMYK | 0.84 | 0.14 | 0 | 0.07 |
| HSL | 189.95º | 0.85% | 0.54% | - |
| HSV(B) | 189.95º | 0.84% | 0.93% | - |
| XYZ | 37.68 | 49.71 | 87.73 | - |
| YUV | 158.13 | 172.5 | 42.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 204 | 237 | 0.84 | 0.14 | 0 | 0.07 | 189.95 | 0.85 | 0.54 |
| Hex | 26 | CC | ED | 54 | E | 0 | 7 | BE | 55 | 36 |
| Octal | 46 | 314 | 355 | 124 | 16 | 0 | 7 | 276 | 125 | 66 |
| Binary | 100110 | 11001100 | 11101101 | 1010100 | 1110 | 0 | 111 | 10111110 | 1010101 | 110110 |
Color Harmonies of #26CCED
Complementary color
Monochromatic Colors of #26CCED
Black with #26CCED
Text Example
Text Example
White with #26CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CCED; }
p { color: rgb(38,204,237); }
H1.HeaderClassName
{
color: #26CCED;
}
.AnyTagClassName
{
color: #26CCED;
}
</style>
background-color css
<style>
a { background-color: #26CCED; }
a { background-color: rgb(38,204,237); }
div.DivClassName
{
background-color: #26CCED;
}
.BgClassName
{
background-color: #26CCED;
}
</style>
border-color css
<style>
span { border-color: #26CCED; }
span { border-color: rgb(38,204,237); }
td.TdClassName
{
border-color: #26CCED;
}
.TagClassName
{
border-color: #26CCED;
}
</style>