Shades of Summer Sky #2DAADC
Tints of Summer Sky #2DAADC
RGB
CMYK
RGB Variations
Color information
#2DAADC (or 0x2DAADC) is known color: Summer Sky. HEX triplet: 2D, AA and DC. RGB value is (45,170,220). Sum of RGB (Red+Green+Blue) = 45+170+220=435 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.34% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #2DAADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DAADC is #D25523. Grayscale: #8A8A8A. Windows color (decimal): -13784356 or 14461485. OLE color: 14461485.
HSL color Cylindrical-coordinate representation of color #2DAADC: hue angle of 197.14º 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 #2DAADC is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 170 | 220 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.14 |
| HSL | 197.14º | 0.71% | 0.52% | - |
| HSV(B) | 197.14º | 0.8% | 0.86% | - |
| XYZ | 28.38 | 34.47 | 72.87 | - |
| YUV | 138.33 | 174.09 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 170 | 220 | 0.80 | 0.23 | 0 | 0.14 | 197.14 | 0.71 | 0.52 |
| Hex | 2D | AA | DC | 50 | 17 | 0 | E | C5 | 47 | 34 |
| Octal | 55 | 252 | 334 | 120 | 27 | 0 | 16 | 305 | 107 | 64 |
| Binary | 101101 | 10101010 | 11011100 | 1010000 | 10111 | 0 | 1110 | 11000101 | 1000111 | 110100 |
Color Harmonies of #2DAADC
Complementary color
Monochromatic Colors of #2DAADC
Black with #2DAADC
Text Example
Text Example
White with #2DAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAADC; }
p { color: rgb(45,170,220); }
H1.HeaderClassName
{
color: #2DAADC;
}
.AnyTagClassName
{
color: #2DAADC;
}
</style>
background-color css
<style>
a { background-color: #2DAADC; }
a { background-color: rgb(45,170,220); }
div.DivClassName
{
background-color: #2DAADC;
}
.BgClassName
{
background-color: #2DAADC;
}
</style>
border-color css
<style>
span { border-color: #2DAADC; }
span { border-color: rgb(45,170,220); }
td.TdClassName
{
border-color: #2DAADC;
}
.TagClassName
{
border-color: #2DAADC;
}
</style>