Shades of Summer Sky #26B1D7
Tints of Summer Sky #26B1D7
RGB
CMYK
RGB Variations
Color information
#26B1D7 (or 0x26B1D7) is known color: Summer Sky. HEX triplet: 26, B1 and D7. RGB value is (38,177,215). Sum of RGB (Red+Green+Blue) = 38+177+215=430 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.84% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 215 (84.38% from 255 or 50% from 430); Max value from RGB is 215 - color contains mainly: blue. Hex color #26B1D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26B1D7 is #D94E28. Grayscale: #8B8B8B. Windows color (decimal): -14241321 or 14135590. OLE color: 14135590.
HSL color Cylindrical-coordinate representation of color #26B1D7: hue angle of 192.88º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26B1D7 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 38 | 177 | 215 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.16 |
| HSL | 192.88º | 0.7% | 0.5% | - |
| HSV(B) | 192.88º | 0.82% | 0.84% | - |
| XYZ | 28.79 | 36.76 | 69.87 | - |
| YUV | 139.77 | 170.45 | 55.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 177 | 215 | 0.82 | 0.18 | 0 | 0.16 | 192.88 | 0.7 | 0.5 |
| Hex | 26 | B1 | D7 | 52 | 12 | 0 | 10 | C1 | 46 | 32 |
| Octal | 46 | 261 | 327 | 122 | 22 | 0 | 20 | 301 | 106 | 62 |
| Binary | 100110 | 10110001 | 11010111 | 1010010 | 10010 | 0 | 10000 | 11000001 | 1000110 | 110010 |
Color Harmonies of #26B1D7
Complementary color
Monochromatic Colors of #26B1D7
Black with #26B1D7
Text Example
Text Example
White with #26B1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B1D7; }
p { color: rgb(38,177,215); }
H1.HeaderClassName
{
color: #26B1D7;
}
.AnyTagClassName
{
color: #26B1D7;
}
</style>
background-color css
<style>
a { background-color: #26B1D7; }
a { background-color: rgb(38,177,215); }
div.DivClassName
{
background-color: #26B1D7;
}
.BgClassName
{
background-color: #26B1D7;
}
</style>
border-color css
<style>
span { border-color: #26B1D7; }
span { border-color: rgb(38,177,215); }
td.TdClassName
{
border-color: #26B1D7;
}
.TagClassName
{
border-color: #26B1D7;
}
</style>