Shades of Summer Sky #2EBFFD
Tints of Summer Sky #2EBFFD
RGB
CMYK
RGB Variations
Color information
#2EBFFD (or 0x2EBFFD) is known color: Summer Sky. HEX triplet: 2E, BF and FD. RGB value is (46,191,253). Sum of RGB (Red+Green+Blue) = 46+191+253=490 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.39% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #2EBFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBFFD is #D14002. Grayscale: #9A9A9A. Windows color (decimal): -13713411 or 16629550. OLE color: 16629550.
HSL color Cylindrical-coordinate representation of color #2EBFFD: hue angle of 197.97º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EBFFD is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 191 | 253 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.01 |
| HSL | 197.97º | 0.98% | 0.59% | - |
| HSV(B) | 197.97º | 0.82% | 0.99% | - |
| XYZ | 37.49 | 44.93 | 99.63 | - |
| YUV | 154.71 | 183.46 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 191 | 253 | 0.82 | 0.25 | 0 | 0.01 | 197.97 | 0.98 | 0.59 |
| Hex | 2E | BF | FD | 52 | 19 | 0 | 1 | C6 | 62 | 3B |
| Octal | 56 | 277 | 375 | 122 | 31 | 0 | 1 | 306 | 142 | 73 |
| Binary | 101110 | 10111111 | 11111101 | 1010010 | 11001 | 0 | 1 | 11000110 | 1100010 | 111011 |
Color Harmonies of #2EBFFD
Complementary color
Monochromatic Colors of #2EBFFD
Black with #2EBFFD
Text Example
Text Example
White with #2EBFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBFFD; }
p { color: rgb(46,191,253); }
H1.HeaderClassName
{
color: #2EBFFD;
}
.AnyTagClassName
{
color: #2EBFFD;
}
</style>
background-color css
<style>
a { background-color: #2EBFFD; }
a { background-color: rgb(46,191,253); }
div.DivClassName
{
background-color: #2EBFFD;
}
.BgClassName
{
background-color: #2EBFFD;
}
</style>
border-color css
<style>
span { border-color: #2EBFFD; }
span { border-color: rgb(46,191,253); }
td.TdClassName
{
border-color: #2EBFFD;
}
.TagClassName
{
border-color: #2EBFFD;
}
</style>