Shades of Summer Sky #2DC2DC
Tints of Summer Sky #2DC2DC
RGB
CMYK
RGB Variations
Color information
#2DC2DC (or 0x2DC2DC) is known color: Summer Sky. HEX triplet: 2D, C2 and DC. RGB value is (45,194,220). Sum of RGB (Red+Green+Blue) = 45+194+220=459 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.80% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #2DC2DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DC2DC is #D23D23. Grayscale: #989898. Windows color (decimal): -13778212 or 14467629. OLE color: 14467629.
HSL color Cylindrical-coordinate representation of color #2DC2DC: hue angle of 188.91º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DC2DC is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 194 | 220 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.14 |
| HSL | 188.91º | 0.71% | 0.52% | - |
| HSV(B) | 188.91º | 0.8% | 0.86% | - |
| XYZ | 33.29 | 44.31 | 74.51 | - |
| YUV | 152.41 | 166.14 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 194 | 220 | 0.80 | 0.12 | 0 | 0.14 | 188.91 | 0.71 | 0.52 |
| Hex | 2D | C2 | DC | 50 | C | 0 | E | BD | 47 | 34 |
| Octal | 55 | 302 | 334 | 120 | 14 | 0 | 16 | 275 | 107 | 64 |
| Binary | 101101 | 11000010 | 11011100 | 1010000 | 1100 | 0 | 1110 | 10111101 | 1000111 | 110100 |
Color Harmonies of #2DC2DC
Complementary color
Monochromatic Colors of #2DC2DC
Black with #2DC2DC
Text Example
Text Example
White with #2DC2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC2DC; }
p { color: rgb(45,194,220); }
H1.HeaderClassName
{
color: #2DC2DC;
}
.AnyTagClassName
{
color: #2DC2DC;
}
</style>
background-color css
<style>
a { background-color: #2DC2DC; }
a { background-color: rgb(45,194,220); }
div.DivClassName
{
background-color: #2DC2DC;
}
.BgClassName
{
background-color: #2DC2DC;
}
</style>
border-color css
<style>
span { border-color: #2DC2DC; }
span { border-color: rgb(45,194,220); }
td.TdClassName
{
border-color: #2DC2DC;
}
.TagClassName
{
border-color: #2DC2DC;
}
</style>