Shades of Summer Sky #26BEED
Tints of Summer Sky #26BEED
RGB
CMYK
RGB Variations
Color information
#26BEED (or 0x26BEED) is known color: Summer Sky. HEX triplet: 26, BE and ED. RGB value is (38,190,237). Sum of RGB (Red+Green+Blue) = 38+190+237=465 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.17% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #26BEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26BEED is #D94112. Grayscale: #959595. Windows color (decimal): -14237971 or 15580710. OLE color: 15580710.
HSL color Cylindrical-coordinate representation of color #26BEED: hue angle of 194.17º 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 #26BEED is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 190 | 237 | - |
| CMYK | 0.84 | 0.20 | 0 | 0.07 |
| HSL | 194.17º | 0.85% | 0.54% | - |
| HSV(B) | 194.17º | 0.84% | 0.93% | - |
| XYZ | 34.5 | 43.35 | 86.67 | - |
| YUV | 149.91 | 177.14 | 48.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 190 | 237 | 0.84 | 0.20 | 0 | 0.07 | 194.17 | 0.85 | 0.54 |
| Hex | 26 | BE | ED | 54 | 14 | 0 | 7 | C2 | 55 | 36 |
| Octal | 46 | 276 | 355 | 124 | 24 | 0 | 7 | 302 | 125 | 66 |
| Binary | 100110 | 10111110 | 11101101 | 1010100 | 10100 | 0 | 111 | 11000010 | 1010101 | 110110 |
Color Harmonies of #26BEED
Complementary color
Monochromatic Colors of #26BEED
Black with #26BEED
Text Example
Text Example
White with #26BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BEED; }
p { color: rgb(38,190,237); }
H1.HeaderClassName
{
color: #26BEED;
}
.AnyTagClassName
{
color: #26BEED;
}
</style>
background-color css
<style>
a { background-color: #26BEED; }
a { background-color: rgb(38,190,237); }
div.DivClassName
{
background-color: #26BEED;
}
.BgClassName
{
background-color: #26BEED;
}
</style>
border-color css
<style>
span { border-color: #26BEED; }
span { border-color: rgb(38,190,237); }
td.TdClassName
{
border-color: #26BEED;
}
.TagClassName
{
border-color: #26BEED;
}
</style>