Shades of Summer Sky #26BFEE
Tints of Summer Sky #26BFEE
RGB
CMYK
RGB Variations
Color information
#26BFEE (or 0x26BFEE) is known color: Summer Sky. HEX triplet: 26, BF and EE. RGB value is (38,191,238). Sum of RGB (Red+Green+Blue) = 38+191+238=467 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.14% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #26BFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26BFEE is #D94011. Grayscale: #969696. Windows color (decimal): -14237714 or 15646502. OLE color: 15646502.
HSL color Cylindrical-coordinate representation of color #26BFEE: hue angle of 194.1º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26BFEE is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 191 | 238 | - |
| CMYK | 0.84 | 0.20 | 0 | 0.07 |
| HSL | 194.1º | 0.85% | 0.54% | - |
| HSV(B) | 194.1º | 0.84% | 0.93% | - |
| XYZ | 34.86 | 43.85 | 87.51 | - |
| YUV | 150.61 | 177.31 | 47.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 191 | 238 | 0.84 | 0.20 | 0 | 0.07 | 194.1 | 0.85 | 0.54 |
| Hex | 26 | BF | EE | 54 | 14 | 0 | 7 | C2 | 55 | 36 |
| Octal | 46 | 277 | 356 | 124 | 24 | 0 | 7 | 302 | 125 | 66 |
| Binary | 100110 | 10111111 | 11101110 | 1010100 | 10100 | 0 | 111 | 11000010 | 1010101 | 110110 |
Color Harmonies of #26BFEE
Complementary color
Monochromatic Colors of #26BFEE
Black with #26BFEE
Text Example
Text Example
White with #26BFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BFEE; }
p { color: rgb(38,191,238); }
H1.HeaderClassName
{
color: #26BFEE;
}
.AnyTagClassName
{
color: #26BFEE;
}
</style>
background-color css
<style>
a { background-color: #26BFEE; }
a { background-color: rgb(38,191,238); }
div.DivClassName
{
background-color: #26BFEE;
}
.BgClassName
{
background-color: #26BFEE;
}
</style>
border-color css
<style>
span { border-color: #26BFEE; }
span { border-color: rgb(38,191,238); }
td.TdClassName
{
border-color: #26BFEE;
}
.TagClassName
{
border-color: #26BFEE;
}
</style>