Shades of Summer Sky #2EBCFF
Tints of Summer Sky #2EBCFF
RGB
CMYK
RGB Variations
Color information
#2EBCFF (or 0x2EBCFF) is known color: Summer Sky. HEX triplet: 2E, BC and FF. RGB value is (46,188,255). Sum of RGB (Red+Green+Blue) = 46+188+255=489 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.41% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #2EBCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBCFF is #D14300. Grayscale: #989898. Windows color (decimal): -13714177 or 16759854. OLE color: 16759854.
HSL color Cylindrical-coordinate representation of color #2EBCFF: hue angle of 199.23º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EBCFF is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 188 | 255 | - |
| CMYK | 0.82 | 0.26 | 0 | 0 |
| HSL | 199.23º | 1% | 0.59% | - |
| HSV(B) | 199.23º | 0.82% | 1% | - |
| XYZ | 37.16 | 43.77 | 101.1 | - |
| YUV | 153.18 | 185.46 | 51.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 188 | 255 | 0.82 | 0.26 | 0 | 0 | 199.23 | 1 | 0.59 |
| Hex | 2E | BC | FF | 52 | 1A | 0 | 0 | C7 | 64 | 3B |
| Octal | 56 | 274 | 377 | 122 | 32 | 0 | 0 | 307 | 144 | 73 |
| Binary | 101110 | 10111100 | 11111111 | 1010010 | 11010 | 0 | 0 | 11000111 | 1100100 | 111011 |
Color Harmonies of #2EBCFF
Complementary color
Monochromatic Colors of #2EBCFF
Black with #2EBCFF
Text Example
Text Example
White with #2EBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBCFF; }
p { color: rgb(46,188,255); }
H1.HeaderClassName
{
color: #2EBCFF;
}
.AnyTagClassName
{
color: #2EBCFF;
}
</style>
background-color css
<style>
a { background-color: #2EBCFF; }
a { background-color: rgb(46,188,255); }
div.DivClassName
{
background-color: #2EBCFF;
}
.BgClassName
{
background-color: #2EBCFF;
}
</style>
border-color css
<style>
span { border-color: #2EBCFF; }
span { border-color: rgb(46,188,255); }
td.TdClassName
{
border-color: #2EBCFF;
}
.TagClassName
{
border-color: #2EBCFF;
}
</style>