Shades of Summer Sky #2AC0EC
Tints of Summer Sky #2AC0EC
RGB
CMYK
RGB Variations
Color information
#2AC0EC (or 0x2AC0EC) is known color: Summer Sky. HEX triplet: 2A, C0 and EC. RGB value is (42,192,236). Sum of RGB (Red+Green+Blue) = 42+192+236=470 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.94% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #2AC0EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AC0EC is #D53F13. Grayscale: #979797. Windows color (decimal): -13975316 or 15515690. OLE color: 15515690.
HSL color Cylindrical-coordinate representation of color #2AC0EC: hue angle of 193.61º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AC0EC is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 192 | 236 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.07 |
| HSL | 193.61º | 0.84% | 0.55% | - |
| HSV(B) | 193.61º | 0.82% | 0.93% | - |
| XYZ | 34.94 | 44.25 | 86.06 | - |
| YUV | 152.17 | 175.31 | 49.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 236 | 0.82 | 0.19 | 0 | 0.07 | 193.61 | 0.84 | 0.55 |
| Hex | 2A | C0 | EC | 52 | 13 | 0 | 7 | C2 | 54 | 37 |
| Octal | 52 | 300 | 354 | 122 | 23 | 0 | 7 | 302 | 124 | 67 |
| Binary | 101010 | 11000000 | 11101100 | 1010010 | 10011 | 0 | 111 | 11000010 | 1010100 | 110111 |
Color Harmonies of #2AC0EC
Complementary color
Monochromatic Colors of #2AC0EC
Black with #2AC0EC
Text Example
Text Example
White with #2AC0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC0EC; }
p { color: rgb(42,192,236); }
H1.HeaderClassName
{
color: #2AC0EC;
}
.AnyTagClassName
{
color: #2AC0EC;
}
</style>
background-color css
<style>
a { background-color: #2AC0EC; }
a { background-color: rgb(42,192,236); }
div.DivClassName
{
background-color: #2AC0EC;
}
.BgClassName
{
background-color: #2AC0EC;
}
</style>
border-color css
<style>
span { border-color: #2AC0EC; }
span { border-color: rgb(42,192,236); }
td.TdClassName
{
border-color: #2AC0EC;
}
.TagClassName
{
border-color: #2AC0EC;
}
</style>