Shades of Summer Sky #2CC4DA
Tints of Summer Sky #2CC4DA
RGB
CMYK
RGB Variations
Color information
#2CC4DA (or 0x2CC4DA) is known color: Summer Sky. HEX triplet: 2C, C4 and DA. RGB value is (44,196,218). Sum of RGB (Red+Green+Blue) = 44+196+218=458 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.61% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #2CC4DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC4DA is #D33B25. Grayscale: #989898. Windows color (decimal): -13843238 or 14337068. OLE color: 14337068.
HSL color Cylindrical-coordinate representation of color #2CC4DA: hue angle of 187.59º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CC4DA is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 196 | 218 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.15 |
| HSL | 187.59º | 0.7% | 0.51% | - |
| HSV(B) | 187.59º | 0.8% | 0.85% | - |
| XYZ | 33.43 | 45.08 | 73.27 | - |
| YUV | 153.06 | 164.64 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 196 | 218 | 0.80 | 0.10 | 0 | 0.15 | 187.59 | 0.7 | 0.51 |
| Hex | 2C | C4 | DA | 50 | A | 0 | F | BC | 46 | 33 |
| Octal | 54 | 304 | 332 | 120 | 12 | 0 | 17 | 274 | 106 | 63 |
| Binary | 101100 | 11000100 | 11011010 | 1010000 | 1010 | 0 | 1111 | 10111100 | 1000110 | 110011 |
Color Harmonies of #2CC4DA
Complementary color
Monochromatic Colors of #2CC4DA
Black with #2CC4DA
Text Example
Text Example
White with #2CC4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC4DA; }
p { color: rgb(44,196,218); }
H1.HeaderClassName
{
color: #2CC4DA;
}
.AnyTagClassName
{
color: #2CC4DA;
}
</style>
background-color css
<style>
a { background-color: #2CC4DA; }
a { background-color: rgb(44,196,218); }
div.DivClassName
{
background-color: #2CC4DA;
}
.BgClassName
{
background-color: #2CC4DA;
}
</style>
border-color css
<style>
span { border-color: #2CC4DA; }
span { border-color: rgb(44,196,218); }
td.TdClassName
{
border-color: #2CC4DA;
}
.TagClassName
{
border-color: #2CC4DA;
}
</style>