Shades of Summer Sky #2DADDD
Tints of Summer Sky #2DADDD
RGB
CMYK
RGB Variations
Color information
#2DADDD (or 0x2DADDD) is known color: Summer Sky. HEX triplet: 2D, AD and DD. RGB value is (45,173,221). Sum of RGB (Red+Green+Blue) = 45+173+221=439 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.25% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #2DADDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DADDD is #D25222. Grayscale: #8B8B8B. Windows color (decimal): -13783587 or 14527789. OLE color: 14527789.
HSL color Cylindrical-coordinate representation of color #2DADDD: hue angle of 196.36º 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 #2DADDD is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 173 | 221 | - |
| CMYK | 0.80 | 0.22 | 0 | 0.13 |
| HSL | 196.36º | 0.72% | 0.52% | - |
| HSV(B) | 196.36º | 0.8% | 0.87% | - |
| XYZ | 29.08 | 35.67 | 73.76 | - |
| YUV | 140.2 | 173.59 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 173 | 221 | 0.80 | 0.22 | 0 | 0.13 | 196.36 | 0.72 | 0.52 |
| Hex | 2D | AD | DD | 50 | 16 | 0 | D | C4 | 48 | 34 |
| Octal | 55 | 255 | 335 | 120 | 26 | 0 | 15 | 304 | 110 | 64 |
| Binary | 101101 | 10101101 | 11011101 | 1010000 | 10110 | 0 | 1101 | 11000100 | 1001000 | 110100 |
Color Harmonies of #2DADDD
Complementary color
Monochromatic Colors of #2DADDD
Black with #2DADDD
Text Example
Text Example
White with #2DADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DADDD; }
p { color: rgb(45,173,221); }
H1.HeaderClassName
{
color: #2DADDD;
}
.AnyTagClassName
{
color: #2DADDD;
}
</style>
background-color css
<style>
a { background-color: #2DADDD; }
a { background-color: rgb(45,173,221); }
div.DivClassName
{
background-color: #2DADDD;
}
.BgClassName
{
background-color: #2DADDD;
}
</style>
border-color css
<style>
span { border-color: #2DADDD; }
span { border-color: rgb(45,173,221); }
td.TdClassName
{
border-color: #2DADDD;
}
.TagClassName
{
border-color: #2DADDD;
}
</style>