Shades of Summer Sky #2DACED
Tints of Summer Sky #2DACED
RGB
CMYK
RGB Variations
Color information
#2DACED (or 0x2DACED) is known color: Summer Sky. HEX triplet: 2D, AC and ED. RGB value is (45,172,237). Sum of RGB (Red+Green+Blue) = 45+172+237=454 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.91% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #2DACED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DACED is #D25312. Grayscale: #8D8D8D. Windows color (decimal): -13783827 or 15576109. OLE color: 15576109.
HSL color Cylindrical-coordinate representation of color #2DACED: hue angle of 200.31º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DACED is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 172 | 237 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.07 |
| HSL | 200.31º | 0.84% | 0.55% | - |
| HSV(B) | 200.31º | 0.81% | 0.93% | - |
| XYZ | 31.12 | 36.18 | 85.46 | - |
| YUV | 141.44 | 181.92 | 59.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 237 | 0.81 | 0.27 | 0 | 0.07 | 200.31 | 0.84 | 0.55 |
| Hex | 2D | AC | ED | 51 | 1B | 0 | 7 | C8 | 54 | 37 |
| Octal | 55 | 254 | 355 | 121 | 33 | 0 | 7 | 310 | 124 | 67 |
| Binary | 101101 | 10101100 | 11101101 | 1010001 | 11011 | 0 | 111 | 11001000 | 1010100 | 110111 |
Color Harmonies of #2DACED
Complementary color
Monochromatic Colors of #2DACED
Black with #2DACED
Text Example
Text Example
White with #2DACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DACED; }
p { color: rgb(45,172,237); }
H1.HeaderClassName
{
color: #2DACED;
}
.AnyTagClassName
{
color: #2DACED;
}
</style>
background-color css
<style>
a { background-color: #2DACED; }
a { background-color: rgb(45,172,237); }
div.DivClassName
{
background-color: #2DACED;
}
.BgClassName
{
background-color: #2DACED;
}
</style>
border-color css
<style>
span { border-color: #2DACED; }
span { border-color: rgb(45,172,237); }
td.TdClassName
{
border-color: #2DACED;
}
.TagClassName
{
border-color: #2DACED;
}
</style>