Shades of Summer Sky #2DBDDC
Tints of Summer Sky #2DBDDC
RGB
CMYK
RGB Variations
Color information
#2DBDDC (or 0x2DBDDC) is known color: Summer Sky. HEX triplet: 2D, BD and DC. RGB value is (45,189,220). Sum of RGB (Red+Green+Blue) = 45+189+220=454 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.91% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #2DBDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBDDC is #D24223. Grayscale: #959595. Windows color (decimal): -13779492 or 14466349. OLE color: 14466349.
HSL color Cylindrical-coordinate representation of color #2DBDDC: hue angle of 190.63º 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 #2DBDDC is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 189 | 220 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.14 |
| HSL | 190.63º | 0.71% | 0.52% | - |
| HSV(B) | 190.63º | 0.8% | 0.86% | - |
| XYZ | 32.2 | 42.12 | 74.14 | - |
| YUV | 149.48 | 167.79 | 53.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 220 | 0.80 | 0.14 | 0 | 0.14 | 190.63 | 0.71 | 0.52 |
| Hex | 2D | BD | DC | 50 | E | 0 | E | BF | 47 | 34 |
| Octal | 55 | 275 | 334 | 120 | 16 | 0 | 16 | 277 | 107 | 64 |
| Binary | 101101 | 10111101 | 11011100 | 1010000 | 1110 | 0 | 1110 | 10111111 | 1000111 | 110100 |
Color Harmonies of #2DBDDC
Complementary color
Monochromatic Colors of #2DBDDC
Black with #2DBDDC
Text Example
Text Example
White with #2DBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBDDC; }
p { color: rgb(45,189,220); }
H1.HeaderClassName
{
color: #2DBDDC;
}
.AnyTagClassName
{
color: #2DBDDC;
}
</style>
background-color css
<style>
a { background-color: #2DBDDC; }
a { background-color: rgb(45,189,220); }
div.DivClassName
{
background-color: #2DBDDC;
}
.BgClassName
{
background-color: #2DBDDC;
}
</style>
border-color css
<style>
span { border-color: #2DBDDC; }
span { border-color: rgb(45,189,220); }
td.TdClassName
{
border-color: #2DBDDC;
}
.TagClassName
{
border-color: #2DBDDC;
}
</style>