Shades of Summer Sky #2CC0EE
Tints of Summer Sky #2CC0EE
RGB
CMYK
RGB Variations
Color information
#2CC0EE (or 0x2CC0EE) is known color: Summer Sky. HEX triplet: 2C, C0 and EE. RGB value is (44,192,238). Sum of RGB (Red+Green+Blue) = 44+192+238=474 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.28% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #2CC0EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CC0EE is #D33F11. Grayscale: #989898. Windows color (decimal): -13844242 or 15646764. OLE color: 15646764.
HSL color Cylindrical-coordinate representation of color #2CC0EE: hue angle of 194.23º 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 #2CC0EE is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 192 | 238 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.07 |
| HSL | 194.23º | 0.85% | 0.55% | - |
| HSV(B) | 194.23º | 0.82% | 0.93% | - |
| XYZ | 35.32 | 44.41 | 87.6 | - |
| YUV | 152.99 | 175.97 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 192 | 238 | 0.82 | 0.19 | 0 | 0.07 | 194.23 | 0.85 | 0.55 |
| Hex | 2C | C0 | EE | 52 | 13 | 0 | 7 | C2 | 55 | 37 |
| Octal | 54 | 300 | 356 | 122 | 23 | 0 | 7 | 302 | 125 | 67 |
| Binary | 101100 | 11000000 | 11101110 | 1010010 | 10011 | 0 | 111 | 11000010 | 1010101 | 110111 |
Color Harmonies of #2CC0EE
Complementary color
Monochromatic Colors of #2CC0EE
Black with #2CC0EE
Text Example
Text Example
White with #2CC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC0EE; }
p { color: rgb(44,192,238); }
H1.HeaderClassName
{
color: #2CC0EE;
}
.AnyTagClassName
{
color: #2CC0EE;
}
</style>
background-color css
<style>
a { background-color: #2CC0EE; }
a { background-color: rgb(44,192,238); }
div.DivClassName
{
background-color: #2CC0EE;
}
.BgClassName
{
background-color: #2CC0EE;
}
</style>
border-color css
<style>
span { border-color: #2CC0EE; }
span { border-color: rgb(44,192,238); }
td.TdClassName
{
border-color: #2CC0EE;
}
.TagClassName
{
border-color: #2CC0EE;
}
</style>