Shades of Summer Sky #2DCBDC
Tints of Summer Sky #2DCBDC
RGB
CMYK
RGB Variations
Color information
#2DCBDC (or 0x2DCBDC) is known color: Summer Sky. HEX triplet: 2D, CB and DC. RGB value is (45,203,220). Sum of RGB (Red+Green+Blue) = 45+203+220=468 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.62% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #2DCBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCBDC is #D23423. Grayscale: #9D9D9D. Windows color (decimal): -13775908 or 14469933. OLE color: 14469933.
HSL color Cylindrical-coordinate representation of color #2DCBDC: hue angle of 185.83º 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 #2DCBDC is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 203 | 220 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.14 |
| HSL | 185.83º | 0.71% | 0.52% | - |
| HSV(B) | 185.83º | 0.8% | 0.86% | - |
| XYZ | 35.36 | 48.44 | 75.2 | - |
| YUV | 157.7 | 163.15 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 203 | 220 | 0.80 | 0.08 | 0 | 0.14 | 185.83 | 0.71 | 0.52 |
| Hex | 2D | CB | DC | 50 | 8 | 0 | E | BA | 47 | 34 |
| Octal | 55 | 313 | 334 | 120 | 10 | 0 | 16 | 272 | 107 | 64 |
| Binary | 101101 | 11001011 | 11011100 | 1010000 | 1000 | 0 | 1110 | 10111010 | 1000111 | 110100 |
Color Harmonies of #2DCBDC
Complementary color
Monochromatic Colors of #2DCBDC
Black with #2DCBDC
Text Example
Text Example
White with #2DCBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCBDC; }
p { color: rgb(45,203,220); }
H1.HeaderClassName
{
color: #2DCBDC;
}
.AnyTagClassName
{
color: #2DCBDC;
}
</style>
background-color css
<style>
a { background-color: #2DCBDC; }
a { background-color: rgb(45,203,220); }
div.DivClassName
{
background-color: #2DCBDC;
}
.BgClassName
{
background-color: #2DCBDC;
}
</style>
border-color css
<style>
span { border-color: #2DCBDC; }
span { border-color: rgb(45,203,220); }
td.TdClassName
{
border-color: #2DCBDC;
}
.TagClassName
{
border-color: #2DCBDC;
}
</style>