Shades of Summer Sky #2DBDDD
Tints of Summer Sky #2DBDDD
RGB
CMYK
RGB Variations
Color information
#2DBDDD (or 0x2DBDDD) is known color: Summer Sky. HEX triplet: 2D, BD and DD. RGB value is (45,189,221). Sum of RGB (Red+Green+Blue) = 45+189+221=455 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.89% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #2DBDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBDDD is #D24222. Grayscale: #959595. Windows color (decimal): -13779491 or 14531885. OLE color: 14531885.
HSL color Cylindrical-coordinate representation of color #2DBDDD: hue angle of 190.91º 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 #2DBDDD is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 189 | 221 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.13 |
| HSL | 190.91º | 0.72% | 0.52% | - |
| HSV(B) | 190.91º | 0.8% | 0.87% | - |
| XYZ | 32.33 | 42.17 | 74.84 | - |
| YUV | 149.59 | 168.29 | 53.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 221 | 0.80 | 0.14 | 0 | 0.13 | 190.91 | 0.72 | 0.52 |
| Hex | 2D | BD | DD | 50 | E | 0 | D | BF | 48 | 34 |
| Octal | 55 | 275 | 335 | 120 | 16 | 0 | 15 | 277 | 110 | 64 |
| Binary | 101101 | 10111101 | 11011101 | 1010000 | 1110 | 0 | 1101 | 10111111 | 1001000 | 110100 |
Color Harmonies of #2DBDDD
Complementary color
Monochromatic Colors of #2DBDDD
Black with #2DBDDD
Text Example
Text Example
White with #2DBDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBDDD; }
p { color: rgb(45,189,221); }
H1.HeaderClassName
{
color: #2DBDDD;
}
.AnyTagClassName
{
color: #2DBDDD;
}
</style>
background-color css
<style>
a { background-color: #2DBDDD; }
a { background-color: rgb(45,189,221); }
div.DivClassName
{
background-color: #2DBDDD;
}
.BgClassName
{
background-color: #2DBDDD;
}
</style>
border-color css
<style>
span { border-color: #2DBDDD; }
span { border-color: rgb(45,189,221); }
td.TdClassName
{
border-color: #2DBDDD;
}
.TagClassName
{
border-color: #2DBDDD;
}
</style>