Shades of Summer Sky #2ECAEF
Tints of Summer Sky #2ECAEF
RGB
CMYK
RGB Variations
Color information
#2ECAEF (or 0x2ECAEF) is known color: Summer Sky. HEX triplet: 2E, CA and EF. RGB value is (46,202,239). Sum of RGB (Red+Green+Blue) = 46+202+239=487 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.45% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #2ECAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECAEF is #D13510. Grayscale: #9F9F9F. Windows color (decimal): -13710609 or 15714862. OLE color: 15714862.
HSL color Cylindrical-coordinate representation of color #2ECAEF: hue angle of 191.5º 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 #2ECAEF is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 202 | 239 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.06 |
| HSL | 191.5º | 0.86% | 0.56% | - |
| HSV(B) | 191.5º | 0.81% | 0.94% | - |
| XYZ | 37.83 | 49.05 | 89.14 | - |
| YUV | 159.57 | 172.82 | 46.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 239 | 0.81 | 0.15 | 0 | 0.06 | 191.5 | 0.86 | 0.56 |
| Hex | 2E | CA | EF | 51 | F | 0 | 6 | C0 | 56 | 38 |
| Octal | 56 | 312 | 357 | 121 | 17 | 0 | 6 | 300 | 126 | 70 |
| Binary | 101110 | 11001010 | 11101111 | 1010001 | 1111 | 0 | 110 | 11000000 | 1010110 | 111000 |
Color Harmonies of #2ECAEF
Complementary color
Monochromatic Colors of #2ECAEF
Black with #2ECAEF
Text Example
Text Example
White with #2ECAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECAEF; }
p { color: rgb(46,202,239); }
H1.HeaderClassName
{
color: #2ECAEF;
}
.AnyTagClassName
{
color: #2ECAEF;
}
</style>
background-color css
<style>
a { background-color: #2ECAEF; }
a { background-color: rgb(46,202,239); }
div.DivClassName
{
background-color: #2ECAEF;
}
.BgClassName
{
background-color: #2ECAEF;
}
</style>
border-color css
<style>
span { border-color: #2ECAEF; }
span { border-color: rgb(46,202,239); }
td.TdClassName
{
border-color: #2ECAEF;
}
.TagClassName
{
border-color: #2ECAEF;
}
</style>