Shades of Summer Sky #2EBEFC
Tints of Summer Sky #2EBEFC
RGB
CMYK
RGB Variations
Color information
#2EBEFC (or 0x2EBEFC) is known color: Summer Sky. HEX triplet: 2E, BE and FC. RGB value is (46,190,252). Sum of RGB (Red+Green+Blue) = 46+190+252=488 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.43% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #2EBEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBEFC is #D14103. Grayscale: #999999. Windows color (decimal): -13713668 or 16563758. OLE color: 16563758.
HSL color Cylindrical-coordinate representation of color #2EBEFC: hue angle of 198.06º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EBEFC is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 190 | 252 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.01 |
| HSL | 198.06º | 0.97% | 0.58% | - |
| HSV(B) | 198.06º | 0.82% | 0.99% | - |
| XYZ | 37.11 | 44.44 | 98.72 | - |
| YUV | 154.01 | 183.29 | 50.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 190 | 252 | 0.82 | 0.25 | 0 | 0.01 | 198.06 | 0.97 | 0.58 |
| Hex | 2E | BE | FC | 52 | 19 | 0 | 1 | C6 | 61 | 3A |
| Octal | 56 | 276 | 374 | 122 | 31 | 0 | 1 | 306 | 141 | 72 |
| Binary | 101110 | 10111110 | 11111100 | 1010010 | 11001 | 0 | 1 | 11000110 | 1100001 | 111010 |
Color Harmonies of #2EBEFC
Complementary color
Monochromatic Colors of #2EBEFC
Black with #2EBEFC
Text Example
Text Example
White with #2EBEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBEFC; }
p { color: rgb(46,190,252); }
H1.HeaderClassName
{
color: #2EBEFC;
}
.AnyTagClassName
{
color: #2EBEFC;
}
</style>
background-color css
<style>
a { background-color: #2EBEFC; }
a { background-color: rgb(46,190,252); }
div.DivClassName
{
background-color: #2EBEFC;
}
.BgClassName
{
background-color: #2EBEFC;
}
</style>
border-color css
<style>
span { border-color: #2EBEFC; }
span { border-color: rgb(46,190,252); }
td.TdClassName
{
border-color: #2EBEFC;
}
.TagClassName
{
border-color: #2EBEFC;
}
</style>