Shades of Summer Sky #26BBDD
Tints of Summer Sky #26BBDD
RGB
CMYK
RGB Variations
Color information
#26BBDD (or 0x26BBDD) is known color: Summer Sky. HEX triplet: 26, BB and DD. RGB value is (38,187,221). Sum of RGB (Red+Green+Blue) = 38+187+221=446 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.52% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #26BBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BBDD is #D94422. Grayscale: #929292. Windows color (decimal): -14238755 or 14531366. OLE color: 14531366.
HSL color Cylindrical-coordinate representation of color #26BBDD: hue angle of 191.15º 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 #26BBDD is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 187 | 221 | - |
| CMYK | 0.83 | 0.15 | 0 | 0.13 |
| HSL | 191.15º | 0.73% | 0.51% | - |
| HSV(B) | 191.15º | 0.83% | 0.87% | - |
| XYZ | 31.62 | 41.17 | 74.69 | - |
| YUV | 146.33 | 170.14 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 187 | 221 | 0.83 | 0.15 | 0 | 0.13 | 191.15 | 0.73 | 0.51 |
| Hex | 26 | BB | DD | 53 | F | 0 | D | BF | 49 | 33 |
| Octal | 46 | 273 | 335 | 123 | 17 | 0 | 15 | 277 | 111 | 63 |
| Binary | 100110 | 10111011 | 11011101 | 1010011 | 1111 | 0 | 1101 | 10111111 | 1001001 | 110011 |
Color Harmonies of #26BBDD
Complementary color
Monochromatic Colors of #26BBDD
Black with #26BBDD
Text Example
Text Example
White with #26BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BBDD; }
p { color: rgb(38,187,221); }
H1.HeaderClassName
{
color: #26BBDD;
}
.AnyTagClassName
{
color: #26BBDD;
}
</style>
background-color css
<style>
a { background-color: #26BBDD; }
a { background-color: rgb(38,187,221); }
div.DivClassName
{
background-color: #26BBDD;
}
.BgClassName
{
background-color: #26BBDD;
}
</style>
border-color css
<style>
span { border-color: #26BBDD; }
span { border-color: rgb(38,187,221); }
td.TdClassName
{
border-color: #26BBDD;
}
.TagClassName
{
border-color: #26BBDD;
}
</style>