Shades of Summer Sky #2AC0EE
Tints of Summer Sky #2AC0EE
RGB
CMYK
RGB Variations
Color information
#2AC0EE (or 0x2AC0EE) is known color: Summer Sky. HEX triplet: 2A, C0 and EE. RGB value is (42,192,238). Sum of RGB (Red+Green+Blue) = 42+192+238=472 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.90% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #2AC0EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AC0EE is #D53F11. Grayscale: #989898. Windows color (decimal): -13975314 or 15646762. OLE color: 15646762.
HSL color Cylindrical-coordinate representation of color #2AC0EE: hue angle of 194.08º degrees, saturation: 0.85, 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 #2AC0EE is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 192 | 238 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.07 |
| HSL | 194.08º | 0.85% | 0.55% | - |
| HSV(B) | 194.08º | 0.82% | 0.93% | - |
| XYZ | 35.24 | 44.36 | 87.59 | - |
| YUV | 152.39 | 176.31 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 238 | 0.82 | 0.19 | 0 | 0.07 | 194.08 | 0.85 | 0.55 |
| Hex | 2A | C0 | EE | 52 | 13 | 0 | 7 | C2 | 55 | 37 |
| Octal | 52 | 300 | 356 | 122 | 23 | 0 | 7 | 302 | 125 | 67 |
| Binary | 101010 | 11000000 | 11101110 | 1010010 | 10011 | 0 | 111 | 11000010 | 1010101 | 110111 |
Color Harmonies of #2AC0EE
Complementary color
Monochromatic Colors of #2AC0EE
Black with #2AC0EE
Text Example
Text Example
White with #2AC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC0EE; }
p { color: rgb(42,192,238); }
H1.HeaderClassName
{
color: #2AC0EE;
}
.AnyTagClassName
{
color: #2AC0EE;
}
</style>
background-color css
<style>
a { background-color: #2AC0EE; }
a { background-color: rgb(42,192,238); }
div.DivClassName
{
background-color: #2AC0EE;
}
.BgClassName
{
background-color: #2AC0EE;
}
</style>
border-color css
<style>
span { border-color: #2AC0EE; }
span { border-color: rgb(42,192,238); }
td.TdClassName
{
border-color: #2AC0EE;
}
.TagClassName
{
border-color: #2AC0EE;
}
</style>