Shades of Summer Sky #2DACDD
Tints of Summer Sky #2DACDD
RGB
CMYK
RGB Variations
Color information
#2DACDD (or 0x2DACDD) is known color: Summer Sky. HEX triplet: 2D, AC and DD. RGB value is (45,172,221). Sum of RGB (Red+Green+Blue) = 45+172+221=438 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.27% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #2DACDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DACDD is #D25322. Grayscale: #8B8B8B. Windows color (decimal): -13783843 or 14527533. OLE color: 14527533.
HSL color Cylindrical-coordinate representation of color #2DACDD: hue angle of 196.7º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DACDD is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 172 | 221 | - |
| CMYK | 0.80 | 0.22 | 0 | 0.13 |
| HSL | 196.7º | 0.72% | 0.52% | - |
| HSV(B) | 196.7º | 0.8% | 0.87% | - |
| XYZ | 28.89 | 35.28 | 73.69 | - |
| YUV | 139.61 | 173.92 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 221 | 0.80 | 0.22 | 0 | 0.13 | 196.7 | 0.72 | 0.52 |
| Hex | 2D | AC | DD | 50 | 16 | 0 | D | C5 | 48 | 34 |
| Octal | 55 | 254 | 335 | 120 | 26 | 0 | 15 | 305 | 110 | 64 |
| Binary | 101101 | 10101100 | 11011101 | 1010000 | 10110 | 0 | 1101 | 11000101 | 1001000 | 110100 |
Color Harmonies of #2DACDD
Complementary color
Monochromatic Colors of #2DACDD
Black with #2DACDD
Text Example
Text Example
White with #2DACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DACDD; }
p { color: rgb(45,172,221); }
H1.HeaderClassName
{
color: #2DACDD;
}
.AnyTagClassName
{
color: #2DACDD;
}
</style>
background-color css
<style>
a { background-color: #2DACDD; }
a { background-color: rgb(45,172,221); }
div.DivClassName
{
background-color: #2DACDD;
}
.BgClassName
{
background-color: #2DACDD;
}
</style>
border-color css
<style>
span { border-color: #2DACDD; }
span { border-color: rgb(45,172,221); }
td.TdClassName
{
border-color: #2DACDD;
}
.TagClassName
{
border-color: #2DACDD;
}
</style>