Shades of Summer Sky #26BCEF
Tints of Summer Sky #26BCEF
RGB
CMYK
RGB Variations
Color information
#26BCEF (or 0x26BCEF) is known color: Summer Sky. HEX triplet: 26, BC and EF. RGB value is (38,188,239). Sum of RGB (Red+Green+Blue) = 38+188+239=465 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.17% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #26BCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26BCEF is #D94310. Grayscale: #949494. Windows color (decimal): -14238481 or 15711270. OLE color: 15711270.
HSL color Cylindrical-coordinate representation of color #26BCEF: hue angle of 195.22º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26BCEF is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 188 | 239 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.06 |
| HSL | 195.22º | 0.86% | 0.54% | - |
| HSV(B) | 195.22º | 0.84% | 0.94% | - |
| XYZ | 34.36 | 42.61 | 88.07 | - |
| YUV | 148.96 | 178.81 | 48.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 188 | 239 | 0.84 | 0.21 | 0 | 0.06 | 195.22 | 0.86 | 0.54 |
| Hex | 26 | BC | EF | 54 | 15 | 0 | 6 | C3 | 56 | 36 |
| Octal | 46 | 274 | 357 | 124 | 25 | 0 | 6 | 303 | 126 | 66 |
| Binary | 100110 | 10111100 | 11101111 | 1010100 | 10101 | 0 | 110 | 11000011 | 1010110 | 110110 |
Color Harmonies of #26BCEF
Complementary color
Monochromatic Colors of #26BCEF
Black with #26BCEF
Text Example
Text Example
White with #26BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BCEF; }
p { color: rgb(38,188,239); }
H1.HeaderClassName
{
color: #26BCEF;
}
.AnyTagClassName
{
color: #26BCEF;
}
</style>
background-color css
<style>
a { background-color: #26BCEF; }
a { background-color: rgb(38,188,239); }
div.DivClassName
{
background-color: #26BCEF;
}
.BgClassName
{
background-color: #26BCEF;
}
</style>
border-color css
<style>
span { border-color: #26BCEF; }
span { border-color: rgb(38,188,239); }
td.TdClassName
{
border-color: #26BCEF;
}
.TagClassName
{
border-color: #26BCEF;
}
</style>