Shades of Summer Sky #2DACDC
Tints of Summer Sky #2DACDC
RGB
CMYK
RGB Variations
Color information
#2DACDC (or 0x2DACDC) is known color: Summer Sky. HEX triplet: 2D, AC and DC. RGB value is (45,172,220). Sum of RGB (Red+Green+Blue) = 45+172+220=437 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.30% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #2DACDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DACDC is #D25323. Grayscale: #8B8B8B. Windows color (decimal): -13783844 or 14461997. OLE color: 14461997.
HSL color Cylindrical-coordinate representation of color #2DACDC: hue angle of 196.46º 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 #2DACDC is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 172 | 220 | - |
| CMYK | 0.80 | 0.22 | 0 | 0.14 |
| HSL | 196.46º | 0.71% | 0.52% | - |
| HSV(B) | 196.46º | 0.8% | 0.86% | - |
| XYZ | 28.75 | 35.23 | 72.99 | - |
| YUV | 139.5 | 173.42 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 220 | 0.80 | 0.22 | 0 | 0.14 | 196.46 | 0.71 | 0.52 |
| Hex | 2D | AC | DC | 50 | 16 | 0 | E | C4 | 47 | 34 |
| Octal | 55 | 254 | 334 | 120 | 26 | 0 | 16 | 304 | 107 | 64 |
| Binary | 101101 | 10101100 | 11011100 | 1010000 | 10110 | 0 | 1110 | 11000100 | 1000111 | 110100 |
Color Harmonies of #2DACDC
Complementary color
Monochromatic Colors of #2DACDC
Black with #2DACDC
Text Example
Text Example
White with #2DACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DACDC; }
p { color: rgb(45,172,220); }
H1.HeaderClassName
{
color: #2DACDC;
}
.AnyTagClassName
{
color: #2DACDC;
}
</style>
background-color css
<style>
a { background-color: #2DACDC; }
a { background-color: rgb(45,172,220); }
div.DivClassName
{
background-color: #2DACDC;
}
.BgClassName
{
background-color: #2DACDC;
}
</style>
border-color css
<style>
span { border-color: #2DACDC; }
span { border-color: rgb(45,172,220); }
td.TdClassName
{
border-color: #2DACDC;
}
.TagClassName
{
border-color: #2DACDC;
}
</style>