Shades of Summer Sky #2DCADC
Tints of Summer Sky #2DCADC
RGB
CMYK
RGB Variations
Color information
#2DCADC (or 0x2DCADC) is known color: Summer Sky. HEX triplet: 2D, CA and DC. RGB value is (45,202,220). Sum of RGB (Red+Green+Blue) = 45+202+220=467 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.64% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #2DCADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCADC is #D23523. Grayscale: #9C9C9C. Windows color (decimal): -13776164 or 14469677. OLE color: 14469677.
HSL color Cylindrical-coordinate representation of color #2DCADC: hue angle of 186.17º 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 #2DCADC is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 202 | 220 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.14 |
| HSL | 186.17º | 0.71% | 0.52% | - |
| HSV(B) | 186.17º | 0.8% | 0.86% | - |
| XYZ | 35.12 | 47.97 | 75.12 | - |
| YUV | 157.11 | 163.49 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 220 | 0.80 | 0.08 | 0 | 0.14 | 186.17 | 0.71 | 0.52 |
| Hex | 2D | CA | DC | 50 | 8 | 0 | E | BA | 47 | 34 |
| Octal | 55 | 312 | 334 | 120 | 10 | 0 | 16 | 272 | 107 | 64 |
| Binary | 101101 | 11001010 | 11011100 | 1010000 | 1000 | 0 | 1110 | 10111010 | 1000111 | 110100 |
Color Harmonies of #2DCADC
Complementary color
Monochromatic Colors of #2DCADC
Black with #2DCADC
Text Example
Text Example
White with #2DCADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCADC; }
p { color: rgb(45,202,220); }
H1.HeaderClassName
{
color: #2DCADC;
}
.AnyTagClassName
{
color: #2DCADC;
}
</style>
background-color css
<style>
a { background-color: #2DCADC; }
a { background-color: rgb(45,202,220); }
div.DivClassName
{
background-color: #2DCADC;
}
.BgClassName
{
background-color: #2DCADC;
}
</style>
border-color css
<style>
span { border-color: #2DCADC; }
span { border-color: rgb(45,202,220); }
td.TdClassName
{
border-color: #2DCADC;
}
.TagClassName
{
border-color: #2DCADC;
}
</style>