Shades of Summer Sky #2DACE5
Tints of Summer Sky #2DACE5
RGB
CMYK
RGB Variations
Color information
#2DACE5 (or 0x2DACE5) is known color: Summer Sky. HEX triplet: 2D, AC and E5. RGB value is (45,172,229). Sum of RGB (Red+Green+Blue) = 45+172+229=446 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10.09% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 229 (89.84% from 255 or 51.35% from 446); Max value from RGB is 229 - color contains mainly: blue. Hex color #2DACE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DACE5 is #D2531A. Grayscale: #8C8C8C. Windows color (decimal): -13783835 or 15051821. OLE color: 15051821.
HSL color Cylindrical-coordinate representation of color #2DACE5: hue angle of 198.59º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DACE5 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 45 | 172 | 229 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.10 |
| HSL | 198.59º | 0.78% | 0.54% | - |
| HSV(B) | 198.59º | 0.8% | 0.9% | - |
| XYZ | 29.98 | 35.72 | 79.44 | - |
| YUV | 140.53 | 177.92 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 229 | 0.80 | 0.25 | 0 | 0.10 | 198.59 | 0.78 | 0.54 |
| Hex | 2D | AC | E5 | 50 | 19 | 0 | A | C7 | 4E | 36 |
| Octal | 55 | 254 | 345 | 120 | 31 | 0 | 12 | 307 | 116 | 66 |
| Binary | 101101 | 10101100 | 11100101 | 1010000 | 11001 | 0 | 1010 | 11000111 | 1001110 | 110110 |
Color Harmonies of #2DACE5
Complementary color
Monochromatic Colors of #2DACE5
Black with #2DACE5
Text Example
Text Example
White with #2DACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DACE5; }
p { color: rgb(45,172,229); }
H1.HeaderClassName
{
color: #2DACE5;
}
.AnyTagClassName
{
color: #2DACE5;
}
</style>
background-color css
<style>
a { background-color: #2DACE5; }
a { background-color: rgb(45,172,229); }
div.DivClassName
{
background-color: #2DACE5;
}
.BgClassName
{
background-color: #2DACE5;
}
</style>
border-color css
<style>
span { border-color: #2DACE5; }
span { border-color: rgb(45,172,229); }
td.TdClassName
{
border-color: #2DACE5;
}
.TagClassName
{
border-color: #2DACE5;
}
</style>