Shades of Summer Sky #2DC1EC
Tints of Summer Sky #2DC1EC
RGB
CMYK
RGB Variations
Color information
#2DC1EC (or 0x2DC1EC) is known color: Summer Sky. HEX triplet: 2D, C1 and EC. RGB value is (45,193,236). Sum of RGB (Red+Green+Blue) = 45+193+236=474 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.49% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #2DC1EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DC1EC is #D23E13. Grayscale: #999999. Windows color (decimal): -13778452 or 15515949. OLE color: 15515949.
HSL color Cylindrical-coordinate representation of color #2DC1EC: hue angle of 193.51º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DC1EC is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 193 | 236 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.07 |
| HSL | 193.51º | 0.83% | 0.55% | - |
| HSV(B) | 193.51º | 0.81% | 0.93% | - |
| XYZ | 35.29 | 44.75 | 86.14 | - |
| YUV | 153.65 | 174.47 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 193 | 236 | 0.81 | 0.18 | 0 | 0.07 | 193.51 | 0.83 | 0.55 |
| Hex | 2D | C1 | EC | 51 | 12 | 0 | 7 | C2 | 53 | 37 |
| Octal | 55 | 301 | 354 | 121 | 22 | 0 | 7 | 302 | 123 | 67 |
| Binary | 101101 | 11000001 | 11101100 | 1010001 | 10010 | 0 | 111 | 11000010 | 1010011 | 110111 |
Color Harmonies of #2DC1EC
Complementary color
Monochromatic Colors of #2DC1EC
Black with #2DC1EC
Text Example
Text Example
White with #2DC1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC1EC; }
p { color: rgb(45,193,236); }
H1.HeaderClassName
{
color: #2DC1EC;
}
.AnyTagClassName
{
color: #2DC1EC;
}
</style>
background-color css
<style>
a { background-color: #2DC1EC; }
a { background-color: rgb(45,193,236); }
div.DivClassName
{
background-color: #2DC1EC;
}
.BgClassName
{
background-color: #2DC1EC;
}
</style>
border-color css
<style>
span { border-color: #2DC1EC; }
span { border-color: rgb(45,193,236); }
td.TdClassName
{
border-color: #2DC1EC;
}
.TagClassName
{
border-color: #2DC1EC;
}
</style>