Shades of Summer Sky #2DCBDD
Tints of Summer Sky #2DCBDD
RGB
CMYK
RGB Variations
Color information
#2DCBDD (or 0x2DCBDD) is known color: Summer Sky. HEX triplet: 2D, CB and DD. RGB value is (45,203,221). Sum of RGB (Red+Green+Blue) = 45+203+221=469 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.59% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #2DCBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCBDD is #D23422. Grayscale: #9D9D9D. Windows color (decimal): -13775907 or 14535469. OLE color: 14535469.
HSL color Cylindrical-coordinate representation of color #2DCBDD: hue angle of 186.14º 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 #2DCBDD is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 203 | 221 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.13 |
| HSL | 186.14º | 0.72% | 0.52% | - |
| HSV(B) | 186.14º | 0.8% | 0.87% | - |
| XYZ | 35.49 | 48.49 | 75.9 | - |
| YUV | 157.81 | 163.65 | 47.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 203 | 221 | 0.80 | 0.08 | 0 | 0.13 | 186.14 | 0.72 | 0.52 |
| Hex | 2D | CB | DD | 50 | 8 | 0 | D | BA | 48 | 34 |
| Octal | 55 | 313 | 335 | 120 | 10 | 0 | 15 | 272 | 110 | 64 |
| Binary | 101101 | 11001011 | 11011101 | 1010000 | 1000 | 0 | 1101 | 10111010 | 1001000 | 110100 |
Color Harmonies of #2DCBDD
Complementary color
Monochromatic Colors of #2DCBDD
Black with #2DCBDD
Text Example
Text Example
White with #2DCBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCBDD; }
p { color: rgb(45,203,221); }
H1.HeaderClassName
{
color: #2DCBDD;
}
.AnyTagClassName
{
color: #2DCBDD;
}
</style>
background-color css
<style>
a { background-color: #2DCBDD; }
a { background-color: rgb(45,203,221); }
div.DivClassName
{
background-color: #2DCBDD;
}
.BgClassName
{
background-color: #2DCBDD;
}
</style>
border-color css
<style>
span { border-color: #2DCBDD; }
span { border-color: rgb(45,203,221); }
td.TdClassName
{
border-color: #2DCBDD;
}
.TagClassName
{
border-color: #2DCBDD;
}
</style>