Shades of Summer Sky #2CD2EF
Tints of Summer Sky #2CD2EF
RGB
CMYK
RGB Variations
Color information
#2CD2EF (or 0x2CD2EF) is known color: Summer Sky. HEX triplet: 2C, D2 and EF. RGB value is (44,210,239). Sum of RGB (Red+Green+Blue) = 44+210+239=493 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.92% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #2CD2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CD2EF is #D32D10. Grayscale: #A3A3A3. Windows color (decimal): -13839633 or 15716908. OLE color: 15716908.
HSL color Cylindrical-coordinate representation of color #2CD2EF: hue angle of 188.92º 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 #2CD2EF is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 210 | 239 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.06 |
| HSL | 188.92º | 0.86% | 0.55% | - |
| HSV(B) | 188.92º | 0.82% | 0.94% | - |
| XYZ | 39.67 | 52.86 | 89.77 | - |
| YUV | 163.67 | 170.5 | 42.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 210 | 239 | 0.82 | 0.12 | 0 | 0.06 | 188.92 | 0.86 | 0.55 |
| Hex | 2C | D2 | EF | 52 | C | 0 | 6 | BD | 56 | 37 |
| Octal | 54 | 322 | 357 | 122 | 14 | 0 | 6 | 275 | 126 | 67 |
| Binary | 101100 | 11010010 | 11101111 | 1010010 | 1100 | 0 | 110 | 10111101 | 1010110 | 110111 |
Color Harmonies of #2CD2EF
Complementary color
Monochromatic Colors of #2CD2EF
Black with #2CD2EF
Text Example
Text Example
White with #2CD2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD2EF; }
p { color: rgb(44,210,239); }
H1.HeaderClassName
{
color: #2CD2EF;
}
.AnyTagClassName
{
color: #2CD2EF;
}
</style>
background-color css
<style>
a { background-color: #2CD2EF; }
a { background-color: rgb(44,210,239); }
div.DivClassName
{
background-color: #2CD2EF;
}
.BgClassName
{
background-color: #2CD2EF;
}
</style>
border-color css
<style>
span { border-color: #2CD2EF; }
span { border-color: rgb(44,210,239); }
td.TdClassName
{
border-color: #2CD2EF;
}
.TagClassName
{
border-color: #2CD2EF;
}
</style>