Shades of Summer Sky #26C8DD
Tints of Summer Sky #26C8DD
RGB
CMYK
RGB Variations
Color information
#26C8DD (or 0x26C8DD) is known color: Summer Sky. HEX triplet: 26, C8 and DD. RGB value is (38,200,221). Sum of RGB (Red+Green+Blue) = 38+200+221=459 (60% of max value = 765). Red value is 38 (15.23% from 255 or 8.28% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #26C8DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26C8DD is #D93722. Grayscale: #999999. Windows color (decimal): -14235427 or 14534694. OLE color: 14534694.
HSL color Cylindrical-coordinate representation of color #26C8DD: hue angle of 186.89º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26C8DD is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 200 | 221 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.13 |
| HSL | 186.89º | 0.73% | 0.51% | - |
| HSV(B) | 186.89º | 0.83% | 0.87% | - |
| XYZ | 34.5 | 46.94 | 75.65 | - |
| YUV | 153.96 | 165.83 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 200 | 221 | 0.83 | 0.10 | 0 | 0.13 | 186.89 | 0.73 | 0.51 |
| Hex | 26 | C8 | DD | 53 | A | 0 | D | BB | 49 | 33 |
| Octal | 46 | 310 | 335 | 123 | 12 | 0 | 15 | 273 | 111 | 63 |
| Binary | 100110 | 11001000 | 11011101 | 1010011 | 1010 | 0 | 1101 | 10111011 | 1001001 | 110011 |
Color Harmonies of #26C8DD
Complementary color
Monochromatic Colors of #26C8DD
Black with #26C8DD
Text Example
Text Example
White with #26C8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C8DD; }
p { color: rgb(38,200,221); }
H1.HeaderClassName
{
color: #26C8DD;
}
.AnyTagClassName
{
color: #26C8DD;
}
</style>
background-color css
<style>
a { background-color: #26C8DD; }
a { background-color: rgb(38,200,221); }
div.DivClassName
{
background-color: #26C8DD;
}
.BgClassName
{
background-color: #26C8DD;
}
</style>
border-color css
<style>
span { border-color: #26C8DD; }
span { border-color: rgb(38,200,221); }
td.TdClassName
{
border-color: #26C8DD;
}
.TagClassName
{
border-color: #26C8DD;
}
</style>