Shades of Summer Sky #2ECEFF
Tints of Summer Sky #2ECEFF
RGB
CMYK
RGB Variations
Color information
#2ECEFF (or 0x2ECEFF) is known color: Summer Sky. HEX triplet: 2E, CE and FF. RGB value is (46,206,255). Sum of RGB (Red+Green+Blue) = 46+206+255=507 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.07% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #2ECEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECEFF is #D13100. Grayscale: #A3A3A3. Windows color (decimal): -13709569 or 16764462. OLE color: 16764462.
HSL color Cylindrical-coordinate representation of color #2ECEFF: hue angle of 194.07º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ECEFF is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 206 | 255 | - |
| CMYK | 0.82 | 0.19 | 0 | 0 |
| HSL | 194.07º | 1% | 0.59% | - |
| HSV(B) | 194.07º | 0.82% | 1% | - |
| XYZ | 41.25 | 51.94 | 102.46 | - |
| YUV | 163.75 | 179.49 | 44.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 206 | 255 | 0.82 | 0.19 | 0 | 0 | 194.07 | 1 | 0.59 |
| Hex | 2E | CE | FF | 52 | 13 | 0 | 0 | C2 | 64 | 3B |
| Octal | 56 | 316 | 377 | 122 | 23 | 0 | 0 | 302 | 144 | 73 |
| Binary | 101110 | 11001110 | 11111111 | 1010010 | 10011 | 0 | 0 | 11000010 | 1100100 | 111011 |
Color Harmonies of #2ECEFF
Complementary color
Monochromatic Colors of #2ECEFF
Black with #2ECEFF
Text Example
Text Example
White with #2ECEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECEFF; }
p { color: rgb(46,206,255); }
H1.HeaderClassName
{
color: #2ECEFF;
}
.AnyTagClassName
{
color: #2ECEFF;
}
</style>
background-color css
<style>
a { background-color: #2ECEFF; }
a { background-color: rgb(46,206,255); }
div.DivClassName
{
background-color: #2ECEFF;
}
.BgClassName
{
background-color: #2ECEFF;
}
</style>
border-color css
<style>
span { border-color: #2ECEFF; }
span { border-color: rgb(46,206,255); }
td.TdClassName
{
border-color: #2ECEFF;
}
.TagClassName
{
border-color: #2ECEFF;
}
</style>