Shades of Summer Sky #2ECBEF
Tints of Summer Sky #2ECBEF
RGB
CMYK
RGB Variations
Color information
#2ECBEF (or 0x2ECBEF) is known color: Summer Sky. HEX triplet: 2E, CB and EF. RGB value is (46,203,239). Sum of RGB (Red+Green+Blue) = 46+203+239=488 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.43% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #2ECBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECBEF is #D13410. Grayscale: #9F9F9F. Windows color (decimal): -13710353 or 15715118. OLE color: 15715118.
HSL color Cylindrical-coordinate representation of color #2ECBEF: hue angle of 191.19º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ECBEF is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 203 | 239 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.06 |
| HSL | 191.19º | 0.86% | 0.56% | - |
| HSV(B) | 191.19º | 0.81% | 0.94% | - |
| XYZ | 38.06 | 49.52 | 89.21 | - |
| YUV | 160.16 | 172.49 | 46.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 203 | 239 | 0.81 | 0.15 | 0 | 0.06 | 191.19 | 0.86 | 0.56 |
| Hex | 2E | CB | EF | 51 | F | 0 | 6 | BF | 56 | 38 |
| Octal | 56 | 313 | 357 | 121 | 17 | 0 | 6 | 277 | 126 | 70 |
| Binary | 101110 | 11001011 | 11101111 | 1010001 | 1111 | 0 | 110 | 10111111 | 1010110 | 111000 |
Color Harmonies of #2ECBEF
Complementary color
Monochromatic Colors of #2ECBEF
Black with #2ECBEF
Text Example
Text Example
White with #2ECBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECBEF; }
p { color: rgb(46,203,239); }
H1.HeaderClassName
{
color: #2ECBEF;
}
.AnyTagClassName
{
color: #2ECBEF;
}
</style>
background-color css
<style>
a { background-color: #2ECBEF; }
a { background-color: rgb(46,203,239); }
div.DivClassName
{
background-color: #2ECBEF;
}
.BgClassName
{
background-color: #2ECBEF;
}
</style>
border-color css
<style>
span { border-color: #2ECBEF; }
span { border-color: rgb(46,203,239); }
td.TdClassName
{
border-color: #2ECBEF;
}
.TagClassName
{
border-color: #2ECBEF;
}
</style>