Shades of Summer Sky #2EBFCD
Tints of Summer Sky #2EBFCD
RGB
CMYK
RGB Variations
Color information
#2EBFCD (or 0x2EBFCD) is known color: Summer Sky. HEX triplet: 2E, BF and CD. RGB value is (46,191,205). Sum of RGB (Red+Green+Blue) = 46+191+205=442 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.41% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #2EBFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBFCD is #D14032. Grayscale: #959595. Windows color (decimal): -13713459 or 13483822. OLE color: 13483822.
HSL color Cylindrical-coordinate representation of color #2EBFCD: hue angle of 185.28º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EBFCD is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 191 | 205 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.20 |
| HSL | 185.28º | 0.63% | 0.49% | - |
| HSV(B) | 185.28º | 0.78% | 0.8% | - |
| XYZ | 30.78 | 42.25 | 64.29 | - |
| YUV | 149.24 | 159.46 | 54.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 191 | 205 | 0.78 | 0.07 | 0 | 0.20 | 185.28 | 0.63 | 0.49 |
| Hex | 2E | BF | CD | 4E | 7 | 0 | 14 | B9 | 3F | 31 |
| Octal | 56 | 277 | 315 | 116 | 7 | 0 | 24 | 271 | 77 | 61 |
| Binary | 101110 | 10111111 | 11001101 | 1001110 | 111 | 0 | 10100 | 10111001 | 111111 | 110001 |
Color Harmonies of #2EBFCD
Complementary color
Monochromatic Colors of #2EBFCD
Black with #2EBFCD
Text Example
Text Example
White with #2EBFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBFCD; }
p { color: rgb(46,191,205); }
H1.HeaderClassName
{
color: #2EBFCD;
}
.AnyTagClassName
{
color: #2EBFCD;
}
</style>
background-color css
<style>
a { background-color: #2EBFCD; }
a { background-color: rgb(46,191,205); }
div.DivClassName
{
background-color: #2EBFCD;
}
.BgClassName
{
background-color: #2EBFCD;
}
</style>
border-color css
<style>
span { border-color: #2EBFCD; }
span { border-color: rgb(46,191,205); }
td.TdClassName
{
border-color: #2EBFCD;
}
.TagClassName
{
border-color: #2EBFCD;
}
</style>