Shades of Summer Sky #2DBCDC
Tints of Summer Sky #2DBCDC
RGB
CMYK
RGB Variations
Color information
#2DBCDC (or 0x2DBCDC) is known color: Summer Sky. HEX triplet: 2D, BC and DC. RGB value is (45,188,220). Sum of RGB (Red+Green+Blue) = 45+188+220=453 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.93% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #2DBCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBCDC is #D24323. Grayscale: #949494. Windows color (decimal): -13779748 or 14466093. OLE color: 14466093.
HSL color Cylindrical-coordinate representation of color #2DBCDC: hue angle of 190.97º 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 #2DBCDC is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 188 | 220 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.14 |
| HSL | 190.97º | 0.71% | 0.52% | - |
| HSV(B) | 190.97º | 0.8% | 0.86% | - |
| XYZ | 31.98 | 41.69 | 74.07 | - |
| YUV | 148.89 | 168.12 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 220 | 0.80 | 0.15 | 0 | 0.14 | 190.97 | 0.71 | 0.52 |
| Hex | 2D | BC | DC | 50 | F | 0 | E | BF | 47 | 34 |
| Octal | 55 | 274 | 334 | 120 | 17 | 0 | 16 | 277 | 107 | 64 |
| Binary | 101101 | 10111100 | 11011100 | 1010000 | 1111 | 0 | 1110 | 10111111 | 1000111 | 110100 |
Color Harmonies of #2DBCDC
Complementary color
Monochromatic Colors of #2DBCDC
Black with #2DBCDC
Text Example
Text Example
White with #2DBCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBCDC; }
p { color: rgb(45,188,220); }
H1.HeaderClassName
{
color: #2DBCDC;
}
.AnyTagClassName
{
color: #2DBCDC;
}
</style>
background-color css
<style>
a { background-color: #2DBCDC; }
a { background-color: rgb(45,188,220); }
div.DivClassName
{
background-color: #2DBCDC;
}
.BgClassName
{
background-color: #2DBCDC;
}
</style>
border-color css
<style>
span { border-color: #2DBCDC; }
span { border-color: rgb(45,188,220); }
td.TdClassName
{
border-color: #2DBCDC;
}
.TagClassName
{
border-color: #2DBCDC;
}
</style>