Shades of Summer Sky #2D9ECD
Tints of Summer Sky #2D9ECD
RGB
CMYK
RGB Variations
Color information
#2D9ECD (or 0x2D9ECD) is known color: Summer Sky. HEX triplet: 2D, 9E and CD. RGB value is (45,158,205). Sum of RGB (Red+Green+Blue) = 45+158+205=408 (54% of max value = 765). Red value is 45 (17.97% from 255 or 11.03% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #2D9ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D9ECD is #D26132. Grayscale: #818181. Windows color (decimal): -13787443 or 13475373. OLE color: 13475373.
HSL color Cylindrical-coordinate representation of color #2D9ECD: hue angle of 197.62º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D9ECD is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 158 | 205 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.20 |
| HSL | 197.63º | 0.64% | 0.49% | - |
| HSV(B) | 197.63º | 0.78% | 0.8% | - |
| XYZ | 24.33 | 29.42 | 62.15 | - |
| YUV | 129.57 | 170.56 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 158 | 205 | 0.78 | 0.23 | 0 | 0.20 | 197.63 | 0.64 | 0.49 |
| Hex | 2D | 9E | CD | 4E | 17 | 0 | 14 | C6 | 40 | 31 |
| Octal | 55 | 236 | 315 | 116 | 27 | 0 | 24 | 306 | 100 | 61 |
| Binary | 101101 | 10011110 | 11001101 | 1001110 | 10111 | 0 | 10100 | 11000110 | 1000000 | 110001 |
Color Harmonies of #2D9ECD
Complementary color
Monochromatic Colors of #2D9ECD
Black with #2D9ECD
Text Example
Text Example
White with #2D9ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9ECD; }
p { color: rgb(45,158,205); }
H1.HeaderClassName
{
color: #2D9ECD;
}
.AnyTagClassName
{
color: #2D9ECD;
}
</style>
background-color css
<style>
a { background-color: #2D9ECD; }
a { background-color: rgb(45,158,205); }
div.DivClassName
{
background-color: #2D9ECD;
}
.BgClassName
{
background-color: #2D9ECD;
}
</style>
border-color css
<style>
span { border-color: #2D9ECD; }
span { border-color: rgb(45,158,205); }
td.TdClassName
{
border-color: #2D9ECD;
}
.TagClassName
{
border-color: #2D9ECD;
}
</style>