Shades of Summer Sky #26BADB
Tints of Summer Sky #26BADB
RGB
CMYK
RGB Variations
Color information
#26BADB (or 0x26BADB) is known color: Summer Sky. HEX triplet: 26, BA and DB. RGB value is (38,186,219). Sum of RGB (Red+Green+Blue) = 38+186+219=443 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.58% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #26BADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BADB is #D94524. Grayscale: #919191. Windows color (decimal): -14239013 or 14400038. OLE color: 14400038.
HSL color Cylindrical-coordinate representation of color #26BADB: hue angle of 190.94º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26BADB is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 186 | 219 | - |
| CMYK | 0.83 | 0.15 | 0 | 0.14 |
| HSL | 190.94º | 0.72% | 0.5% | - |
| HSV(B) | 190.94º | 0.83% | 0.86% | - |
| XYZ | 31.14 | 40.64 | 73.22 | - |
| YUV | 145.51 | 169.47 | 51.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 186 | 219 | 0.83 | 0.15 | 0 | 0.14 | 190.94 | 0.72 | 0.5 |
| Hex | 26 | BA | DB | 53 | F | 0 | E | BF | 48 | 32 |
| Octal | 46 | 272 | 333 | 123 | 17 | 0 | 16 | 277 | 110 | 62 |
| Binary | 100110 | 10111010 | 11011011 | 1010011 | 1111 | 0 | 1110 | 10111111 | 1001000 | 110010 |
Color Harmonies of #26BADB
Complementary color
Monochromatic Colors of #26BADB
Black with #26BADB
Text Example
Text Example
White with #26BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BADB; }
p { color: rgb(38,186,219); }
H1.HeaderClassName
{
color: #26BADB;
}
.AnyTagClassName
{
color: #26BADB;
}
</style>
background-color css
<style>
a { background-color: #26BADB; }
a { background-color: rgb(38,186,219); }
div.DivClassName
{
background-color: #26BADB;
}
.BgClassName
{
background-color: #26BADB;
}
</style>
border-color css
<style>
span { border-color: #26BADB; }
span { border-color: rgb(38,186,219); }
td.TdClassName
{
border-color: #26BADB;
}
.TagClassName
{
border-color: #26BADB;
}
</style>