Shades of Summer Sky #2CC6F4
Tints of Summer Sky #2CC6F4
RGB
CMYK
RGB Variations
Color information
#2CC6F4 (or 0x2CC6F4) is known color: Summer Sky. HEX triplet: 2C, C6 and F4. RGB value is (44,198,244). Sum of RGB (Red+Green+Blue) = 44+198+244=486 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.05% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 244 (95.70% from 255 or 50.21% from 486); Max value from RGB is 244 - color contains mainly: blue. Hex color #2CC6F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CC6F4 is #D3390B. Grayscale: #9C9C9C. Windows color (decimal): -13842700 or 16041516. OLE color: 16041516.
HSL color Cylindrical-coordinate representation of color #2CC6F4: hue angle of 193.8º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CC6F4 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 198 | 244 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.04 |
| HSL | 193.8º | 0.9% | 0.56% | - |
| HSV(B) | 193.8º | 0.82% | 0.96% | - |
| XYZ | 37.56 | 47.46 | 92.77 | - |
| YUV | 157.2 | 176.98 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 198 | 244 | 0.82 | 0.19 | 0 | 0.04 | 193.8 | 0.9 | 0.56 |
| Hex | 2C | C6 | F4 | 52 | 13 | 0 | 4 | C2 | 5A | 38 |
| Octal | 54 | 306 | 364 | 122 | 23 | 0 | 4 | 302 | 132 | 70 |
| Binary | 101100 | 11000110 | 11110100 | 1010010 | 10011 | 0 | 100 | 11000010 | 1011010 | 111000 |
Color Harmonies of #2CC6F4
Complementary color
Monochromatic Colors of #2CC6F4
Black with #2CC6F4
Text Example
Text Example
White with #2CC6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC6F4; }
p { color: rgb(44,198,244); }
H1.HeaderClassName
{
color: #2CC6F4;
}
.AnyTagClassName
{
color: #2CC6F4;
}
</style>
background-color css
<style>
a { background-color: #2CC6F4; }
a { background-color: rgb(44,198,244); }
div.DivClassName
{
background-color: #2CC6F4;
}
.BgClassName
{
background-color: #2CC6F4;
}
</style>
border-color css
<style>
span { border-color: #2CC6F4; }
span { border-color: rgb(44,198,244); }
td.TdClassName
{
border-color: #2CC6F4;
}
.TagClassName
{
border-color: #2CC6F4;
}
</style>