Shades of Summer Sky #26BCDC
Tints of Summer Sky #26BCDC
RGB
CMYK
RGB Variations
Color information
#26BCDC (or 0x26BCDC) is known color: Summer Sky. HEX triplet: 26, BC and DC. RGB value is (38,188,220). Sum of RGB (Red+Green+Blue) = 38+188+220=446 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.52% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #26BCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BCDC is #D94323. Grayscale: #929292. Windows color (decimal): -14238500 or 14466086. OLE color: 14466086.
HSL color Cylindrical-coordinate representation of color #26BCDC: hue angle of 190.55º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26BCDC is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 188 | 220 | - |
| CMYK | 0.83 | 0.15 | 0 | 0.14 |
| HSL | 190.55º | 0.72% | 0.51% | - |
| HSV(B) | 190.55º | 0.83% | 0.86% | - |
| XYZ | 31.7 | 41.55 | 74.06 | - |
| YUV | 146.8 | 169.31 | 50.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 188 | 220 | 0.83 | 0.15 | 0 | 0.14 | 190.55 | 0.72 | 0.51 |
| Hex | 26 | BC | DC | 53 | F | 0 | E | BF | 48 | 33 |
| Octal | 46 | 274 | 334 | 123 | 17 | 0 | 16 | 277 | 110 | 63 |
| Binary | 100110 | 10111100 | 11011100 | 1010011 | 1111 | 0 | 1110 | 10111111 | 1001000 | 110011 |
Color Harmonies of #26BCDC
Complementary color
Monochromatic Colors of #26BCDC
Black with #26BCDC
Text Example
Text Example
White with #26BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BCDC; }
p { color: rgb(38,188,220); }
H1.HeaderClassName
{
color: #26BCDC;
}
.AnyTagClassName
{
color: #26BCDC;
}
</style>
background-color css
<style>
a { background-color: #26BCDC; }
a { background-color: rgb(38,188,220); }
div.DivClassName
{
background-color: #26BCDC;
}
.BgClassName
{
background-color: #26BCDC;
}
</style>
border-color css
<style>
span { border-color: #26BCDC; }
span { border-color: rgb(38,188,220); }
td.TdClassName
{
border-color: #26BCDC;
}
.TagClassName
{
border-color: #26BCDC;
}
</style>