Shades of Summer Sky #26BFF7
Tints of Summer Sky #26BFF7
RGB
CMYK
RGB Variations
Color information
#26BFF7 (or 0x26BFF7) is known color: Summer Sky. HEX triplet: 26, BF and F7. RGB value is (38,191,247). Sum of RGB (Red+Green+Blue) = 38+191+247=476 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.98% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 247 (96.88% from 255 or 51.89% from 476); Max value from RGB is 247 - color contains mainly: blue. Hex color #26BFF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26BFF7 is #D94008. Grayscale: #979797. Windows color (decimal): -14237705 or 16236326. OLE color: 16236326.
HSL color Cylindrical-coordinate representation of color #26BFF7: hue angle of 196.08º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26BFF7 is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 38 | 191 | 247 | - |
| CMYK | 0.85 | 0.23 | 0 | 0.03 |
| HSL | 196.08º | 0.93% | 0.56% | - |
| HSV(B) | 196.08º | 0.85% | 0.97% | - |
| XYZ | 36.22 | 44.39 | 94.65 | - |
| YUV | 151.64 | 181.81 | 46.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 191 | 247 | 0.85 | 0.23 | 0 | 0.03 | 196.08 | 0.93 | 0.56 |
| Hex | 26 | BF | F7 | 55 | 17 | 0 | 3 | C4 | 5D | 38 |
| Octal | 46 | 277 | 367 | 125 | 27 | 0 | 3 | 304 | 135 | 70 |
| Binary | 100110 | 10111111 | 11110111 | 1010101 | 10111 | 0 | 11 | 11000100 | 1011101 | 111000 |
Color Harmonies of #26BFF7
Complementary color
Monochromatic Colors of #26BFF7
Black with #26BFF7
Text Example
Text Example
White with #26BFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BFF7; }
p { color: rgb(38,191,247); }
H1.HeaderClassName
{
color: #26BFF7;
}
.AnyTagClassName
{
color: #26BFF7;
}
</style>
background-color css
<style>
a { background-color: #26BFF7; }
a { background-color: rgb(38,191,247); }
div.DivClassName
{
background-color: #26BFF7;
}
.BgClassName
{
background-color: #26BFF7;
}
</style>
border-color css
<style>
span { border-color: #26BFF7; }
span { border-color: rgb(38,191,247); }
td.TdClassName
{
border-color: #26BFF7;
}
.TagClassName
{
border-color: #26BFF7;
}
</style>