Shades of Summer Sky #26BDDB
Tints of Summer Sky #26BDDB
RGB
CMYK
RGB Variations
Color information
#26BDDB (or 0x26BDDB) is known color: Summer Sky. HEX triplet: 26, BD and DB. RGB value is (38,189,219). Sum of RGB (Red+Green+Blue) = 38+189+219=446 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.52% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #26BDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BDDB is #D94224. Grayscale: #939393. Windows color (decimal): -14238245 or 14400806. OLE color: 14400806.
HSL color Cylindrical-coordinate representation of color #26BDDB: hue angle of 189.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 #26BDDB is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 189 | 219 | - |
| CMYK | 0.83 | 0.14 | 0 | 0.14 |
| HSL | 189.94º | 0.72% | 0.5% | - |
| HSV(B) | 189.94º | 0.83% | 0.86% | - |
| XYZ | 31.78 | 41.92 | 73.43 | - |
| YUV | 147.27 | 168.47 | 50.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 189 | 219 | 0.83 | 0.14 | 0 | 0.14 | 189.94 | 0.72 | 0.5 |
| Hex | 26 | BD | DB | 53 | E | 0 | E | BE | 48 | 32 |
| Octal | 46 | 275 | 333 | 123 | 16 | 0 | 16 | 276 | 110 | 62 |
| Binary | 100110 | 10111101 | 11011011 | 1010011 | 1110 | 0 | 1110 | 10111110 | 1001000 | 110010 |
Color Harmonies of #26BDDB
Complementary color
Monochromatic Colors of #26BDDB
Black with #26BDDB
Text Example
Text Example
White with #26BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BDDB; }
p { color: rgb(38,189,219); }
H1.HeaderClassName
{
color: #26BDDB;
}
.AnyTagClassName
{
color: #26BDDB;
}
</style>
background-color css
<style>
a { background-color: #26BDDB; }
a { background-color: rgb(38,189,219); }
div.DivClassName
{
background-color: #26BDDB;
}
.BgClassName
{
background-color: #26BDDB;
}
</style>
border-color css
<style>
span { border-color: #26BDDB; }
span { border-color: rgb(38,189,219); }
td.TdClassName
{
border-color: #26BDDB;
}
.TagClassName
{
border-color: #26BDDB;
}
</style>