Shades of Summer Sky #26BEF1
Tints of Summer Sky #26BEF1
RGB
CMYK
RGB Variations
Color information
#26BEF1 (or 0x26BEF1) is known color: Summer Sky. HEX triplet: 26, BE and F1. RGB value is (38,190,241). Sum of RGB (Red+Green+Blue) = 38+190+241=469 (62% of max value = 765). Red value is 38 (15.23% from 255 or 8.10% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 241 (94.53% from 255 or 51.39% from 469); Max value from RGB is 241 - color contains mainly: blue. Hex color #26BEF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26BEF1 is #D9410E. Grayscale: #969696. Windows color (decimal): -14237967 or 15842854. OLE color: 15842854.
HSL color Cylindrical-coordinate representation of color #26BEF1: hue angle of 195.07º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26BEF1 is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 190 | 241 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.05 |
| HSL | 195.07º | 0.88% | 0.55% | - |
| HSV(B) | 195.07º | 0.84% | 0.95% | - |
| XYZ | 35.09 | 43.59 | 89.78 | - |
| YUV | 150.37 | 179.14 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 190 | 241 | 0.84 | 0.21 | 0 | 0.05 | 195.07 | 0.88 | 0.55 |
| Hex | 26 | BE | F1 | 54 | 15 | 0 | 5 | C3 | 58 | 37 |
| Octal | 46 | 276 | 361 | 124 | 25 | 0 | 5 | 303 | 130 | 67 |
| Binary | 100110 | 10111110 | 11110001 | 1010100 | 10101 | 0 | 101 | 11000011 | 1011000 | 110111 |
Color Harmonies of #26BEF1
Complementary color
Monochromatic Colors of #26BEF1
Black with #26BEF1
Text Example
Text Example
White with #26BEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BEF1; }
p { color: rgb(38,190,241); }
H1.HeaderClassName
{
color: #26BEF1;
}
.AnyTagClassName
{
color: #26BEF1;
}
</style>
background-color css
<style>
a { background-color: #26BEF1; }
a { background-color: rgb(38,190,241); }
div.DivClassName
{
background-color: #26BEF1;
}
.BgClassName
{
background-color: #26BEF1;
}
</style>
border-color css
<style>
span { border-color: #26BEF1; }
span { border-color: rgb(38,190,241); }
td.TdClassName
{
border-color: #26BEF1;
}
.TagClassName
{
border-color: #26BEF1;
}
</style>