Shades of Summer Sky #2EBAFE
Tints of Summer Sky #2EBAFE
RGB
CMYK
RGB Variations
Color information
#2EBAFE (or 0x2EBAFE) is known color: Summer Sky. HEX triplet: 2E, BA and FE. RGB value is (46,186,254). Sum of RGB (Red+Green+Blue) = 46+186+254=486 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.47% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #2EBAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBAFE is #D14501. Grayscale: #979797. Windows color (decimal): -13714690 or 16693806. OLE color: 16693806.
HSL color Cylindrical-coordinate representation of color #2EBAFE: hue angle of 199.62º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EBAFE is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 186 | 254 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.00 |
| HSL | 199.62º | 0.99% | 0.59% | - |
| HSV(B) | 199.62º | 0.82% | 1% | - |
| XYZ | 36.58 | 42.85 | 100.11 | - |
| YUV | 151.89 | 185.62 | 52.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 254 | 0.82 | 0.27 | 0 | 0.00 | 199.62 | 0.99 | 0.59 |
| Hex | 2E | BA | FE | 52 | 1B | 0 | 0 | C8 | 63 | 3B |
| Octal | 56 | 272 | 376 | 122 | 33 | 0 | 0 | 310 | 143 | 73 |
| Binary | 101110 | 10111010 | 11111110 | 1010010 | 11011 | 0 | 0 | 11001000 | 1100011 | 111011 |
Color Harmonies of #2EBAFE
Complementary color
Monochromatic Colors of #2EBAFE
Black with #2EBAFE
Text Example
Text Example
White with #2EBAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBAFE; }
p { color: rgb(46,186,254); }
H1.HeaderClassName
{
color: #2EBAFE;
}
.AnyTagClassName
{
color: #2EBAFE;
}
</style>
background-color css
<style>
a { background-color: #2EBAFE; }
a { background-color: rgb(46,186,254); }
div.DivClassName
{
background-color: #2EBAFE;
}
.BgClassName
{
background-color: #2EBAFE;
}
</style>
border-color css
<style>
span { border-color: #2EBAFE; }
span { border-color: rgb(46,186,254); }
td.TdClassName
{
border-color: #2EBAFE;
}
.TagClassName
{
border-color: #2EBAFE;
}
</style>