Shades of Summer Sky #2CC6EF
Tints of Summer Sky #2CC6EF
RGB
CMYK
RGB Variations
Color information
#2CC6EF (or 0x2CC6EF) is known color: Summer Sky. HEX triplet: 2C, C6 and EF. RGB value is (44,198,239). Sum of RGB (Red+Green+Blue) = 44+198+239=481 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.15% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #2CC6EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CC6EF is #D33910. Grayscale: #9C9C9C. Windows color (decimal): -13842705 or 15713836. OLE color: 15713836.
HSL color Cylindrical-coordinate representation of color #2CC6EF: hue angle of 192.62º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CC6EF is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 198 | 239 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.06 |
| HSL | 192.62º | 0.86% | 0.55% | - |
| HSV(B) | 192.62º | 0.82% | 0.94% | - |
| XYZ | 36.81 | 47.16 | 88.82 | - |
| YUV | 156.63 | 174.48 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 198 | 239 | 0.82 | 0.17 | 0 | 0.06 | 192.62 | 0.86 | 0.55 |
| Hex | 2C | C6 | EF | 52 | 11 | 0 | 6 | C1 | 56 | 37 |
| Octal | 54 | 306 | 357 | 122 | 21 | 0 | 6 | 301 | 126 | 67 |
| Binary | 101100 | 11000110 | 11101111 | 1010010 | 10001 | 0 | 110 | 11000001 | 1010110 | 110111 |
Color Harmonies of #2CC6EF
Complementary color
Monochromatic Colors of #2CC6EF
Black with #2CC6EF
Text Example
Text Example
White with #2CC6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC6EF; }
p { color: rgb(44,198,239); }
H1.HeaderClassName
{
color: #2CC6EF;
}
.AnyTagClassName
{
color: #2CC6EF;
}
</style>
background-color css
<style>
a { background-color: #2CC6EF; }
a { background-color: rgb(44,198,239); }
div.DivClassName
{
background-color: #2CC6EF;
}
.BgClassName
{
background-color: #2CC6EF;
}
</style>
border-color css
<style>
span { border-color: #2CC6EF; }
span { border-color: rgb(44,198,239); }
td.TdClassName
{
border-color: #2CC6EF;
}
.TagClassName
{
border-color: #2CC6EF;
}
</style>