Shades of Summer Sky #2CC0DE
Tints of Summer Sky #2CC0DE
RGB
CMYK
RGB Variations
Color information
#2CC0DE (or 0x2CC0DE) is known color: Summer Sky. HEX triplet: 2C, C0 and DE. RGB value is (44,192,222). Sum of RGB (Red+Green+Blue) = 44+192+222=458 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.61% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #2CC0DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC0DE is #D33F21. Grayscale: #969696. Windows color (decimal): -13844258 or 14598188. OLE color: 14598188.
HSL color Cylindrical-coordinate representation of color #2CC0DE: hue angle of 190.11º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CC0DE is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 192 | 222 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.13 |
| HSL | 190.11º | 0.73% | 0.52% | - |
| HSV(B) | 190.11º | 0.8% | 0.87% | - |
| XYZ | 33.07 | 43.51 | 75.76 | - |
| YUV | 151.17 | 167.97 | 51.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 192 | 222 | 0.80 | 0.14 | 0 | 0.13 | 190.11 | 0.73 | 0.52 |
| Hex | 2C | C0 | DE | 50 | E | 0 | D | BE | 49 | 34 |
| Octal | 54 | 300 | 336 | 120 | 16 | 0 | 15 | 276 | 111 | 64 |
| Binary | 101100 | 11000000 | 11011110 | 1010000 | 1110 | 0 | 1101 | 10111110 | 1001001 | 110100 |
Color Harmonies of #2CC0DE
Complementary color
Monochromatic Colors of #2CC0DE
Black with #2CC0DE
Text Example
Text Example
White with #2CC0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC0DE; }
p { color: rgb(44,192,222); }
H1.HeaderClassName
{
color: #2CC0DE;
}
.AnyTagClassName
{
color: #2CC0DE;
}
</style>
background-color css
<style>
a { background-color: #2CC0DE; }
a { background-color: rgb(44,192,222); }
div.DivClassName
{
background-color: #2CC0DE;
}
.BgClassName
{
background-color: #2CC0DE;
}
</style>
border-color css
<style>
span { border-color: #2CC0DE; }
span { border-color: rgb(44,192,222); }
td.TdClassName
{
border-color: #2CC0DE;
}
.TagClassName
{
border-color: #2CC0DE;
}
</style>