Shades of Summer Sky #2ECCEF
Tints of Summer Sky #2ECCEF
RGB
CMYK
RGB Variations
Color information
#2ECCEF (or 0x2ECCEF) is known color: Summer Sky. HEX triplet: 2E, CC and EF. RGB value is (46,204,239). Sum of RGB (Red+Green+Blue) = 46+204+239=489 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.41% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #2ECCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECCEF is #D13310. Grayscale: #A0A0A0. Windows color (decimal): -13710097 or 15715374. OLE color: 15715374.
HSL color Cylindrical-coordinate representation of color #2ECCEF: hue angle of 190.88º 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 #2ECCEF is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 204 | 239 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.06 |
| HSL | 190.88º | 0.86% | 0.56% | - |
| HSV(B) | 190.88º | 0.81% | 0.94% | - |
| XYZ | 38.3 | 50 | 89.29 | - |
| YUV | 160.75 | 172.15 | 46.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 239 | 0.81 | 0.15 | 0 | 0.06 | 190.88 | 0.86 | 0.56 |
| Hex | 2E | CC | EF | 51 | F | 0 | 6 | BF | 56 | 38 |
| Octal | 56 | 314 | 357 | 121 | 17 | 0 | 6 | 277 | 126 | 70 |
| Binary | 101110 | 11001100 | 11101111 | 1010001 | 1111 | 0 | 110 | 10111111 | 1010110 | 111000 |
Color Harmonies of #2ECCEF
Complementary color
Monochromatic Colors of #2ECCEF
Black with #2ECCEF
Text Example
Text Example
White with #2ECCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECCEF; }
p { color: rgb(46,204,239); }
H1.HeaderClassName
{
color: #2ECCEF;
}
.AnyTagClassName
{
color: #2ECCEF;
}
</style>
background-color css
<style>
a { background-color: #2ECCEF; }
a { background-color: rgb(46,204,239); }
div.DivClassName
{
background-color: #2ECCEF;
}
.BgClassName
{
background-color: #2ECCEF;
}
</style>
border-color css
<style>
span { border-color: #2ECCEF; }
span { border-color: rgb(46,204,239); }
td.TdClassName
{
border-color: #2ECCEF;
}
.TagClassName
{
border-color: #2ECCEF;
}
</style>