Shades of Summer Sky #26B1D8
Tints of Summer Sky #26B1D8
RGB
CMYK
RGB Variations
Color information
#26B1D8 (or 0x26B1D8) is known color: Summer Sky. HEX triplet: 26, B1 and D8. RGB value is (38,177,216). Sum of RGB (Red+Green+Blue) = 38+177+216=431 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.82% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 216 (84.77% from 255 or 50.12% from 431); Max value from RGB is 216 - color contains mainly: blue. Hex color #26B1D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26B1D8 is #D94E27. Grayscale: #8B8B8B. Windows color (decimal): -14241320 or 14201126. OLE color: 14201126.
HSL color Cylindrical-coordinate representation of color #26B1D8: hue angle of 193.15º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26B1D8 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 177 | 216 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.15 |
| HSL | 193.15º | 0.7% | 0.5% | - |
| HSV(B) | 193.15º | 0.82% | 0.85% | - |
| XYZ | 28.92 | 36.81 | 70.55 | - |
| YUV | 139.89 | 170.95 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 177 | 216 | 0.82 | 0.18 | 0 | 0.15 | 193.15 | 0.7 | 0.5 |
| Hex | 26 | B1 | D8 | 52 | 12 | 0 | F | C1 | 46 | 32 |
| Octal | 46 | 261 | 330 | 122 | 22 | 0 | 17 | 301 | 106 | 62 |
| Binary | 100110 | 10110001 | 11011000 | 1010010 | 10010 | 0 | 1111 | 11000001 | 1000110 | 110010 |
Color Harmonies of #26B1D8
Complementary color
Monochromatic Colors of #26B1D8
Black with #26B1D8
Text Example
Text Example
White with #26B1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B1D8; }
p { color: rgb(38,177,216); }
H1.HeaderClassName
{
color: #26B1D8;
}
.AnyTagClassName
{
color: #26B1D8;
}
</style>
background-color css
<style>
a { background-color: #26B1D8; }
a { background-color: rgb(38,177,216); }
div.DivClassName
{
background-color: #26B1D8;
}
.BgClassName
{
background-color: #26B1D8;
}
</style>
border-color css
<style>
span { border-color: #26B1D8; }
span { border-color: rgb(38,177,216); }
td.TdClassName
{
border-color: #26B1D8;
}
.TagClassName
{
border-color: #26B1D8;
}
</style>