Shades of Summer Sky #2DCBDB
Tints of Summer Sky #2DCBDB
RGB
CMYK
RGB Variations
Color information
#2DCBDB (or 0x2DCBDB) is known color: Summer Sky. HEX triplet: 2D, CB and DB. RGB value is (45,203,219). Sum of RGB (Red+Green+Blue) = 45+203+219=467 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.64% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #2DCBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCBDB is #D23424. Grayscale: #9D9D9D. Windows color (decimal): -13775909 or 14404397. OLE color: 14404397.
HSL color Cylindrical-coordinate representation of color #2DCBDB: hue angle of 185.52º 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 #2DCBDB is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 203 | 219 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.14 |
| HSL | 185.52º | 0.71% | 0.52% | - |
| HSV(B) | 185.52º | 0.79% | 0.86% | - |
| XYZ | 35.22 | 48.38 | 74.5 | - |
| YUV | 157.58 | 162.65 | 47.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 203 | 219 | 0.79 | 0.07 | 0 | 0.14 | 185.52 | 0.71 | 0.52 |
| Hex | 2D | CB | DB | 4F | 7 | 0 | E | BA | 47 | 34 |
| Octal | 55 | 313 | 333 | 117 | 7 | 0 | 16 | 272 | 107 | 64 |
| Binary | 101101 | 11001011 | 11011011 | 1001111 | 111 | 0 | 1110 | 10111010 | 1000111 | 110100 |
Color Harmonies of #2DCBDB
Complementary color
Monochromatic Colors of #2DCBDB
Black with #2DCBDB
Text Example
Text Example
White with #2DCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCBDB; }
p { color: rgb(45,203,219); }
H1.HeaderClassName
{
color: #2DCBDB;
}
.AnyTagClassName
{
color: #2DCBDB;
}
</style>
background-color css
<style>
a { background-color: #2DCBDB; }
a { background-color: rgb(45,203,219); }
div.DivClassName
{
background-color: #2DCBDB;
}
.BgClassName
{
background-color: #2DCBDB;
}
</style>
border-color css
<style>
span { border-color: #2DCBDB; }
span { border-color: rgb(45,203,219); }
td.TdClassName
{
border-color: #2DCBDB;
}
.TagClassName
{
border-color: #2DCBDB;
}
</style>