Shades of Summer Sky #2D9ECC
Tints of Summer Sky #2D9ECC
RGB
CMYK
RGB Variations
Color information
#2D9ECC (or 0x2D9ECC) is known color: Summer Sky. HEX triplet: 2D, 9E and CC. RGB value is (45,158,204). Sum of RGB (Red+Green+Blue) = 45+158+204=407 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.06% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #2D9ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D9ECC is #D26133. Grayscale: #818181. Windows color (decimal): -13787444 or 13409837. OLE color: 13409837.
HSL color Cylindrical-coordinate representation of color #2D9ECC: hue angle of 197.36º 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 #2D9ECC is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 45 | 158 | 204 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.2 |
| HSL | 197.36º | 0.64% | 0.49% | - |
| HSV(B) | 197.36º | 0.78% | 0.8% | - |
| XYZ | 24.21 | 29.37 | 61.52 | - |
| YUV | 129.46 | 170.06 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 158 | 204 | 0.78 | 0.23 | 0 | 0.2 | 197.36 | 0.64 | 0.49 |
| Hex | 2D | 9E | CC | 4E | 17 | 0 | 14 | C5 | 40 | 31 |
| Octal | 55 | 236 | 314 | 116 | 27 | 0 | 24 | 305 | 100 | 61 |
| Binary | 101101 | 10011110 | 11001100 | 1001110 | 10111 | 0 | 10100 | 11000101 | 1000000 | 110001 |
Color Harmonies of #2D9ECC
Complementary color
Monochromatic Colors of #2D9ECC
Black with #2D9ECC
Text Example
Text Example
White with #2D9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9ECC; }
p { color: rgb(45,158,204); }
H1.HeaderClassName
{
color: #2D9ECC;
}
.AnyTagClassName
{
color: #2D9ECC;
}
</style>
background-color css
<style>
a { background-color: #2D9ECC; }
a { background-color: rgb(45,158,204); }
div.DivClassName
{
background-color: #2D9ECC;
}
.BgClassName
{
background-color: #2D9ECC;
}
</style>
border-color css
<style>
span { border-color: #2D9ECC; }
span { border-color: rgb(45,158,204); }
td.TdClassName
{
border-color: #2D9ECC;
}
.TagClassName
{
border-color: #2D9ECC;
}
</style>