Shades of Summer Sky #2DBCDD
Tints of Summer Sky #2DBCDD
RGB
CMYK
RGB Variations
Color information
#2DBCDD (or 0x2DBCDD) is known color: Summer Sky. HEX triplet: 2D, BC and DD. RGB value is (45,188,221). Sum of RGB (Red+Green+Blue) = 45+188+221=454 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.91% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #2DBCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBCDD is #D24322. Grayscale: #949494. Windows color (decimal): -13779747 or 14531629. OLE color: 14531629.
HSL color Cylindrical-coordinate representation of color #2DBCDD: hue angle of 191.25º 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 #2DBCDD is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 188 | 221 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.13 |
| HSL | 191.25º | 0.72% | 0.52% | - |
| HSV(B) | 191.25º | 0.8% | 0.87% | - |
| XYZ | 32.12 | 41.74 | 74.77 | - |
| YUV | 149.01 | 168.62 | 53.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 221 | 0.80 | 0.15 | 0 | 0.13 | 191.25 | 0.72 | 0.52 |
| Hex | 2D | BC | DD | 50 | F | 0 | D | BF | 48 | 34 |
| Octal | 55 | 274 | 335 | 120 | 17 | 0 | 15 | 277 | 110 | 64 |
| Binary | 101101 | 10111100 | 11011101 | 1010000 | 1111 | 0 | 1101 | 10111111 | 1001000 | 110100 |
Color Harmonies of #2DBCDD
Complementary color
Monochromatic Colors of #2DBCDD
Black with #2DBCDD
Text Example
Text Example
White with #2DBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBCDD; }
p { color: rgb(45,188,221); }
H1.HeaderClassName
{
color: #2DBCDD;
}
.AnyTagClassName
{
color: #2DBCDD;
}
</style>
background-color css
<style>
a { background-color: #2DBCDD; }
a { background-color: rgb(45,188,221); }
div.DivClassName
{
background-color: #2DBCDD;
}
.BgClassName
{
background-color: #2DBCDD;
}
</style>
border-color css
<style>
span { border-color: #2DBCDD; }
span { border-color: rgb(45,188,221); }
td.TdClassName
{
border-color: #2DBCDD;
}
.TagClassName
{
border-color: #2DBCDD;
}
</style>