Shades of Summer Sky #26BEEA
Tints of Summer Sky #26BEEA
RGB
CMYK
RGB Variations
Color information
#26BEEA (or 0x26BEEA) is known color: Summer Sky. HEX triplet: 26, BE and EA. RGB value is (38,190,234). Sum of RGB (Red+Green+Blue) = 38+190+234=462 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.23% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #26BEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26BEEA is #D94115. Grayscale: #959595. Windows color (decimal): -14237974 or 15384102. OLE color: 15384102.
HSL color Cylindrical-coordinate representation of color #26BEEA: hue angle of 193.47º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26BEEA is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 190 | 234 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.08 |
| HSL | 193.47º | 0.82% | 0.53% | - |
| HSV(B) | 193.47º | 0.84% | 0.92% | - |
| XYZ | 34.06 | 43.18 | 84.38 | - |
| YUV | 149.57 | 175.64 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 190 | 234 | 0.84 | 0.19 | 0 | 0.08 | 193.47 | 0.82 | 0.53 |
| Hex | 26 | BE | EA | 54 | 13 | 0 | 8 | C1 | 52 | 35 |
| Octal | 46 | 276 | 352 | 124 | 23 | 0 | 10 | 301 | 122 | 65 |
| Binary | 100110 | 10111110 | 11101010 | 1010100 | 10011 | 0 | 1000 | 11000001 | 1010010 | 110101 |
Color Harmonies of #26BEEA
Complementary color
Monochromatic Colors of #26BEEA
Black with #26BEEA
Text Example
Text Example
White with #26BEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BEEA; }
p { color: rgb(38,190,234); }
H1.HeaderClassName
{
color: #26BEEA;
}
.AnyTagClassName
{
color: #26BEEA;
}
</style>
background-color css
<style>
a { background-color: #26BEEA; }
a { background-color: rgb(38,190,234); }
div.DivClassName
{
background-color: #26BEEA;
}
.BgClassName
{
background-color: #26BEEA;
}
</style>
border-color css
<style>
span { border-color: #26BEEA; }
span { border-color: rgb(38,190,234); }
td.TdClassName
{
border-color: #26BEEA;
}
.TagClassName
{
border-color: #26BEEA;
}
</style>