Shades of Summer Sky #2DAEE9
Tints of Summer Sky #2DAEE9
RGB
CMYK
RGB Variations
Color information
#2DAEE9 (or 0x2DAEE9) is known color: Summer Sky. HEX triplet: 2D, AE and E9. RGB value is (45,174,233). Sum of RGB (Red+Green+Blue) = 45+174+233=452 (59% of max value = 765). Red value is 45 (17.97% from 255 or 9.96% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 233 (91.41% from 255 or 51.55% from 452); Max value from RGB is 233 - color contains mainly: blue. Hex color #2DAEE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DAEE9 is #D25116. Grayscale: #8D8D8D. Windows color (decimal): -13783319 or 15314477. OLE color: 15314477.
HSL color Cylindrical-coordinate representation of color #2DAEE9: hue angle of 198.83º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DAEE9 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 174 | 233 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.09 |
| HSL | 198.83º | 0.81% | 0.55% | - |
| HSV(B) | 198.83º | 0.81% | 0.91% | - |
| XYZ | 30.93 | 36.71 | 82.55 | - |
| YUV | 142.16 | 179.26 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 174 | 233 | 0.81 | 0.25 | 0 | 0.09 | 198.83 | 0.81 | 0.55 |
| Hex | 2D | AE | E9 | 51 | 19 | 0 | 9 | C7 | 51 | 37 |
| Octal | 55 | 256 | 351 | 121 | 31 | 0 | 11 | 307 | 121 | 67 |
| Binary | 101101 | 10101110 | 11101001 | 1010001 | 11001 | 0 | 1001 | 11000111 | 1010001 | 110111 |
Color Harmonies of #2DAEE9
Complementary color
Monochromatic Colors of #2DAEE9
Black with #2DAEE9
Text Example
Text Example
White with #2DAEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAEE9; }
p { color: rgb(45,174,233); }
H1.HeaderClassName
{
color: #2DAEE9;
}
.AnyTagClassName
{
color: #2DAEE9;
}
</style>
background-color css
<style>
a { background-color: #2DAEE9; }
a { background-color: rgb(45,174,233); }
div.DivClassName
{
background-color: #2DAEE9;
}
.BgClassName
{
background-color: #2DAEE9;
}
</style>
border-color css
<style>
span { border-color: #2DAEE9; }
span { border-color: rgb(45,174,233); }
td.TdClassName
{
border-color: #2DAEE9;
}
.TagClassName
{
border-color: #2DAEE9;
}
</style>