Shades of Summer Sky #2EBFCC
Tints of Summer Sky #2EBFCC
RGB
CMYK
RGB Variations
Color information
#2EBFCC (or 0x2EBFCC) is known color: Summer Sky. HEX triplet: 2E, BF and CC. RGB value is (46,191,204). Sum of RGB (Red+Green+Blue) = 46+191+204=441 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.43% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #2EBFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBFCC is #D14033. Grayscale: #949494. Windows color (decimal): -13713460 or 13418286. OLE color: 13418286.
HSL color Cylindrical-coordinate representation of color #2EBFCC: hue angle of 184.94º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EBFCC is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 191 | 204 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.2 |
| HSL | 184.94º | 0.63% | 0.49% | - |
| HSV(B) | 184.94º | 0.77% | 0.8% | - |
| XYZ | 30.66 | 42.2 | 63.66 | - |
| YUV | 149.13 | 158.96 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 191 | 204 | 0.77 | 0.06 | 0 | 0.2 | 184.94 | 0.63 | 0.49 |
| Hex | 2E | BF | CC | 4D | 6 | 0 | 14 | B9 | 3F | 31 |
| Octal | 56 | 277 | 314 | 115 | 6 | 0 | 24 | 271 | 77 | 61 |
| Binary | 101110 | 10111111 | 11001100 | 1001101 | 110 | 0 | 10100 | 10111001 | 111111 | 110001 |
Color Harmonies of #2EBFCC
Complementary color
Monochromatic Colors of #2EBFCC
Black with #2EBFCC
Text Example
Text Example
White with #2EBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBFCC; }
p { color: rgb(46,191,204); }
H1.HeaderClassName
{
color: #2EBFCC;
}
.AnyTagClassName
{
color: #2EBFCC;
}
</style>
background-color css
<style>
a { background-color: #2EBFCC; }
a { background-color: rgb(46,191,204); }
div.DivClassName
{
background-color: #2EBFCC;
}
.BgClassName
{
background-color: #2EBFCC;
}
</style>
border-color css
<style>
span { border-color: #2EBFCC; }
span { border-color: rgb(46,191,204); }
td.TdClassName
{
border-color: #2EBFCC;
}
.TagClassName
{
border-color: #2EBFCC;
}
</style>