Shades of Summer Sky #2DC4DB
Tints of Summer Sky #2DC4DB
RGB
CMYK
RGB Variations
Color information
#2DC4DB (or 0x2DC4DB) is known color: Summer Sky. HEX triplet: 2D, C4 and DB. RGB value is (45,196,219). Sum of RGB (Red+Green+Blue) = 45+196+219=460 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.78% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #2DC4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DC4DB is #D23B24. Grayscale: #999999. Windows color (decimal): -13777701 or 14402605. OLE color: 14402605.
HSL color Cylindrical-coordinate representation of color #2DC4DB: hue angle of 187.93º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DC4DB is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 196 | 219 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.14 |
| HSL | 187.93º | 0.71% | 0.52% | - |
| HSV(B) | 187.93º | 0.79% | 0.86% | - |
| XYZ | 33.61 | 45.15 | 73.96 | - |
| YUV | 153.47 | 164.97 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 196 | 219 | 0.79 | 0.11 | 0 | 0.14 | 187.93 | 0.71 | 0.52 |
| Hex | 2D | C4 | DB | 4F | B | 0 | E | BC | 47 | 34 |
| Octal | 55 | 304 | 333 | 117 | 13 | 0 | 16 | 274 | 107 | 64 |
| Binary | 101101 | 11000100 | 11011011 | 1001111 | 1011 | 0 | 1110 | 10111100 | 1000111 | 110100 |
Color Harmonies of #2DC4DB
Complementary color
Monochromatic Colors of #2DC4DB
Black with #2DC4DB
Text Example
Text Example
White with #2DC4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC4DB; }
p { color: rgb(45,196,219); }
H1.HeaderClassName
{
color: #2DC4DB;
}
.AnyTagClassName
{
color: #2DC4DB;
}
</style>
background-color css
<style>
a { background-color: #2DC4DB; }
a { background-color: rgb(45,196,219); }
div.DivClassName
{
background-color: #2DC4DB;
}
.BgClassName
{
background-color: #2DC4DB;
}
</style>
border-color css
<style>
span { border-color: #2DC4DB; }
span { border-color: rgb(45,196,219); }
td.TdClassName
{
border-color: #2DC4DB;
}
.TagClassName
{
border-color: #2DC4DB;
}
</style>