Shades of Summer Sky #2DB8DC
Tints of Summer Sky #2DB8DC
RGB
CMYK
RGB Variations
Color information
#2DB8DC (or 0x2DB8DC) is known color: Summer Sky. HEX triplet: 2D, B8 and DC. RGB value is (45,184,220). Sum of RGB (Red+Green+Blue) = 45+184+220=449 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10.02% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #2DB8DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DB8DC is #D24723. Grayscale: #929292. Windows color (decimal): -13780772 or 14465069. OLE color: 14465069.
HSL color Cylindrical-coordinate representation of color #2DB8DC: hue angle of 192.34º 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 #2DB8DC is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 184 | 220 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.14 |
| HSL | 192.34º | 0.71% | 0.52% | - |
| HSV(B) | 192.34º | 0.8% | 0.86% | - |
| XYZ | 31.14 | 40.01 | 73.79 | - |
| YUV | 146.54 | 169.45 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 184 | 220 | 0.80 | 0.16 | 0 | 0.14 | 192.34 | 0.71 | 0.52 |
| Hex | 2D | B8 | DC | 50 | 10 | 0 | E | C0 | 47 | 34 |
| Octal | 55 | 270 | 334 | 120 | 20 | 0 | 16 | 300 | 107 | 64 |
| Binary | 101101 | 10111000 | 11011100 | 1010000 | 10000 | 0 | 1110 | 11000000 | 1000111 | 110100 |
Color Harmonies of #2DB8DC
Complementary color
Monochromatic Colors of #2DB8DC
Black with #2DB8DC
Text Example
Text Example
White with #2DB8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB8DC; }
p { color: rgb(45,184,220); }
H1.HeaderClassName
{
color: #2DB8DC;
}
.AnyTagClassName
{
color: #2DB8DC;
}
</style>
background-color css
<style>
a { background-color: #2DB8DC; }
a { background-color: rgb(45,184,220); }
div.DivClassName
{
background-color: #2DB8DC;
}
.BgClassName
{
background-color: #2DB8DC;
}
</style>
border-color css
<style>
span { border-color: #2DB8DC; }
span { border-color: rgb(45,184,220); }
td.TdClassName
{
border-color: #2DB8DC;
}
.TagClassName
{
border-color: #2DB8DC;
}
</style>