Shades of Summer Sky #26BCDD
Tints of Summer Sky #26BCDD
RGB
CMYK
RGB Variations
Color information
#26BCDD (or 0x26BCDD) is known color: Summer Sky. HEX triplet: 26, BC and DD. RGB value is (38,188,221). Sum of RGB (Red+Green+Blue) = 38+188+221=447 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.50% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #26BCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BCDD is #D94322. Grayscale: #929292. Windows color (decimal): -14238499 or 14531622. OLE color: 14531622.
HSL color Cylindrical-coordinate representation of color #26BCDD: hue angle of 190.82º 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 #26BCDD is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 188 | 221 | - |
| CMYK | 0.83 | 0.15 | 0 | 0.13 |
| HSL | 190.82º | 0.73% | 0.51% | - |
| HSV(B) | 190.82º | 0.83% | 0.87% | - |
| XYZ | 31.83 | 41.6 | 74.76 | - |
| YUV | 146.91 | 169.81 | 50.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 188 | 221 | 0.83 | 0.15 | 0 | 0.13 | 190.82 | 0.73 | 0.51 |
| Hex | 26 | BC | DD | 53 | F | 0 | D | BF | 49 | 33 |
| Octal | 46 | 274 | 335 | 123 | 17 | 0 | 15 | 277 | 111 | 63 |
| Binary | 100110 | 10111100 | 11011101 | 1010011 | 1111 | 0 | 1101 | 10111111 | 1001001 | 110011 |
Color Harmonies of #26BCDD
Complementary color
Monochromatic Colors of #26BCDD
Black with #26BCDD
Text Example
Text Example
White with #26BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BCDD; }
p { color: rgb(38,188,221); }
H1.HeaderClassName
{
color: #26BCDD;
}
.AnyTagClassName
{
color: #26BCDD;
}
</style>
background-color css
<style>
a { background-color: #26BCDD; }
a { background-color: rgb(38,188,221); }
div.DivClassName
{
background-color: #26BCDD;
}
.BgClassName
{
background-color: #26BCDD;
}
</style>
border-color css
<style>
span { border-color: #26BCDD; }
span { border-color: rgb(38,188,221); }
td.TdClassName
{
border-color: #26BCDD;
}
.TagClassName
{
border-color: #26BCDD;
}
</style>