Shades of Summer Sky #26BDDC
Tints of Summer Sky #26BDDC
RGB
CMYK
RGB Variations
Color information
#26BDDC (or 0x26BDDC) is known color: Summer Sky. HEX triplet: 26, BD and DC. RGB value is (38,189,220). Sum of RGB (Red+Green+Blue) = 38+189+220=447 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.50% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #26BDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BDDC is #D94223. Grayscale: #939393. Windows color (decimal): -14238244 or 14466342. OLE color: 14466342.
HSL color Cylindrical-coordinate representation of color #26BDDC: hue angle of 190.22º 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 #26BDDC is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 189 | 220 | - |
| CMYK | 0.83 | 0.14 | 0 | 0.14 |
| HSL | 190.22º | 0.72% | 0.51% | - |
| HSV(B) | 190.22º | 0.83% | 0.86% | - |
| XYZ | 31.92 | 41.97 | 74.13 | - |
| YUV | 147.39 | 168.97 | 49.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 189 | 220 | 0.83 | 0.14 | 0 | 0.14 | 190.22 | 0.72 | 0.51 |
| Hex | 26 | BD | DC | 53 | E | 0 | E | BE | 48 | 33 |
| Octal | 46 | 275 | 334 | 123 | 16 | 0 | 16 | 276 | 110 | 63 |
| Binary | 100110 | 10111101 | 11011100 | 1010011 | 1110 | 0 | 1110 | 10111110 | 1001000 | 110011 |
Color Harmonies of #26BDDC
Complementary color
Monochromatic Colors of #26BDDC
Black with #26BDDC
Text Example
Text Example
White with #26BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BDDC; }
p { color: rgb(38,189,220); }
H1.HeaderClassName
{
color: #26BDDC;
}
.AnyTagClassName
{
color: #26BDDC;
}
</style>
background-color css
<style>
a { background-color: #26BDDC; }
a { background-color: rgb(38,189,220); }
div.DivClassName
{
background-color: #26BDDC;
}
.BgClassName
{
background-color: #26BDDC;
}
</style>
border-color css
<style>
span { border-color: #26BDDC; }
span { border-color: rgb(38,189,220); }
td.TdClassName
{
border-color: #26BDDC;
}
.TagClassName
{
border-color: #26BDDC;
}
</style>