Shades of Summer Sky #2EBFDC
Tints of Summer Sky #2EBFDC
RGB
CMYK
RGB Variations
Color information
#2EBFDC (or 0x2EBFDC) is known color: Summer Sky. HEX triplet: 2E, BF and DC. RGB value is (46,191,220). Sum of RGB (Red+Green+Blue) = 46+191+220=457 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.07% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #2EBFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBFDC is #D14023. Grayscale: #969696. Windows color (decimal): -13713444 or 14466862. OLE color: 14466862.
HSL color Cylindrical-coordinate representation of color #2EBFDC: hue angle of 190º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EBFDC is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 191 | 220 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.14 |
| HSL | 190º | 0.71% | 0.52% | - |
| HSV(B) | 190º | 0.79% | 0.86% | - |
| XYZ | 32.68 | 43.01 | 74.29 | - |
| YUV | 150.95 | 166.96 | 53.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 191 | 220 | 0.79 | 0.13 | 0 | 0.14 | 190 | 0.71 | 0.52 |
| Hex | 2E | BF | DC | 4F | D | 0 | E | BE | 47 | 34 |
| Octal | 56 | 277 | 334 | 117 | 15 | 0 | 16 | 276 | 107 | 64 |
| Binary | 101110 | 10111111 | 11011100 | 1001111 | 1101 | 0 | 1110 | 10111110 | 1000111 | 110100 |
Color Harmonies of #2EBFDC
Complementary color
Monochromatic Colors of #2EBFDC
Black with #2EBFDC
Text Example
Text Example
White with #2EBFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBFDC; }
p { color: rgb(46,191,220); }
H1.HeaderClassName
{
color: #2EBFDC;
}
.AnyTagClassName
{
color: #2EBFDC;
}
</style>
background-color css
<style>
a { background-color: #2EBFDC; }
a { background-color: rgb(46,191,220); }
div.DivClassName
{
background-color: #2EBFDC;
}
.BgClassName
{
background-color: #2EBFDC;
}
</style>
border-color css
<style>
span { border-color: #2EBFDC; }
span { border-color: rgb(46,191,220); }
td.TdClassName
{
border-color: #2EBFDC;
}
.TagClassName
{
border-color: #2EBFDC;
}
</style>