Shades of Summer Sky #26C0D8
Tints of Summer Sky #26C0D8
RGB
CMYK
RGB Variations
Color information
#26C0D8 (or 0x26C0D8) is known color: Summer Sky. HEX triplet: 26, C0 and D8. RGB value is (38,192,216). Sum of RGB (Red+Green+Blue) = 38+192+216=446 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.52% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 216 (84.77% from 255 or 48.43% from 446); Max value from RGB is 216 - color contains mainly: blue. Hex color #26C0D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26C0D8 is #D93F27. Grayscale: #949494. Windows color (decimal): -14237480 or 14204966. OLE color: 14204966.
HSL color Cylindrical-coordinate representation of color #26C0D8: hue angle of 188.09º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26C0D8 is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 192 | 216 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.15 |
| HSL | 188.09º | 0.7% | 0.5% | - |
| HSV(B) | 188.09º | 0.82% | 0.85% | - |
| XYZ | 32.04 | 43.07 | 71.59 | - |
| YUV | 148.69 | 165.98 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 192 | 216 | 0.82 | 0.11 | 0 | 0.15 | 188.09 | 0.7 | 0.5 |
| Hex | 26 | C0 | D8 | 52 | B | 0 | F | BC | 46 | 32 |
| Octal | 46 | 300 | 330 | 122 | 13 | 0 | 17 | 274 | 106 | 62 |
| Binary | 100110 | 11000000 | 11011000 | 1010010 | 1011 | 0 | 1111 | 10111100 | 1000110 | 110010 |
Color Harmonies of #26C0D8
Complementary color
Monochromatic Colors of #26C0D8
Black with #26C0D8
Text Example
Text Example
White with #26C0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C0D8; }
p { color: rgb(38,192,216); }
H1.HeaderClassName
{
color: #26C0D8;
}
.AnyTagClassName
{
color: #26C0D8;
}
</style>
background-color css
<style>
a { background-color: #26C0D8; }
a { background-color: rgb(38,192,216); }
div.DivClassName
{
background-color: #26C0D8;
}
.BgClassName
{
background-color: #26C0D8;
}
</style>
border-color css
<style>
span { border-color: #26C0D8; }
span { border-color: rgb(38,192,216); }
td.TdClassName
{
border-color: #26C0D8;
}
.TagClassName
{
border-color: #26C0D8;
}
</style>