Shades of Summer Sky #2DACDF
Tints of Summer Sky #2DACDF
RGB
CMYK
RGB Variations
Color information
#2DACDF (or 0x2DACDF) is known color: Summer Sky. HEX triplet: 2D, AC and DF. RGB value is (45,172,223). Sum of RGB (Red+Green+Blue) = 45+172+223=440 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.23% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #2DACDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DACDF is #D25320. Grayscale: #8B8B8B. Windows color (decimal): -13783841 or 14658605. OLE color: 14658605.
HSL color Cylindrical-coordinate representation of color #2DACDF: hue angle of 197.19º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DACDF is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 172 | 223 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.13 |
| HSL | 197.19º | 0.74% | 0.53% | - |
| HSV(B) | 197.19º | 0.8% | 0.87% | - |
| XYZ | 29.15 | 35.39 | 75.11 | - |
| YUV | 139.84 | 174.92 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 223 | 0.80 | 0.23 | 0 | 0.13 | 197.19 | 0.74 | 0.53 |
| Hex | 2D | AC | DF | 50 | 17 | 0 | D | C5 | 4A | 35 |
| Octal | 55 | 254 | 337 | 120 | 27 | 0 | 15 | 305 | 112 | 65 |
| Binary | 101101 | 10101100 | 11011111 | 1010000 | 10111 | 0 | 1101 | 11000101 | 1001010 | 110101 |
Color Harmonies of #2DACDF
Complementary color
Monochromatic Colors of #2DACDF
Black with #2DACDF
Text Example
Text Example
White with #2DACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DACDF; }
p { color: rgb(45,172,223); }
H1.HeaderClassName
{
color: #2DACDF;
}
.AnyTagClassName
{
color: #2DACDF;
}
</style>
background-color css
<style>
a { background-color: #2DACDF; }
a { background-color: rgb(45,172,223); }
div.DivClassName
{
background-color: #2DACDF;
}
.BgClassName
{
background-color: #2DACDF;
}
</style>
border-color css
<style>
span { border-color: #2DACDF; }
span { border-color: rgb(45,172,223); }
td.TdClassName
{
border-color: #2DACDF;
}
.TagClassName
{
border-color: #2DACDF;
}
</style>