Shades of Summer Sky #2DAEDD
Tints of Summer Sky #2DAEDD
RGB
CMYK
RGB Variations
Color information
#2DAEDD (or 0x2DAEDD) is known color: Summer Sky. HEX triplet: 2D, AE and DD. RGB value is (45,174,221). Sum of RGB (Red+Green+Blue) = 45+174+221=440 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.23% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #2DAEDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DAEDD is #D25122. Grayscale: #8C8C8C. Windows color (decimal): -13783331 or 14528045. OLE color: 14528045.
HSL color Cylindrical-coordinate representation of color #2DAEDD: hue angle of 196.02º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DAEDD is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 174 | 221 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.13 |
| HSL | 196.02º | 0.72% | 0.52% | - |
| HSV(B) | 196.02º | 0.8% | 0.87% | - |
| XYZ | 29.27 | 36.05 | 73.82 | - |
| YUV | 140.79 | 173.26 | 59.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 174 | 221 | 0.80 | 0.21 | 0 | 0.13 | 196.02 | 0.72 | 0.52 |
| Hex | 2D | AE | DD | 50 | 15 | 0 | D | C4 | 48 | 34 |
| Octal | 55 | 256 | 335 | 120 | 25 | 0 | 15 | 304 | 110 | 64 |
| Binary | 101101 | 10101110 | 11011101 | 1010000 | 10101 | 0 | 1101 | 11000100 | 1001000 | 110100 |
Color Harmonies of #2DAEDD
Complementary color
Monochromatic Colors of #2DAEDD
Black with #2DAEDD
Text Example
Text Example
White with #2DAEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAEDD; }
p { color: rgb(45,174,221); }
H1.HeaderClassName
{
color: #2DAEDD;
}
.AnyTagClassName
{
color: #2DAEDD;
}
</style>
background-color css
<style>
a { background-color: #2DAEDD; }
a { background-color: rgb(45,174,221); }
div.DivClassName
{
background-color: #2DAEDD;
}
.BgClassName
{
background-color: #2DAEDD;
}
</style>
border-color css
<style>
span { border-color: #2DAEDD; }
span { border-color: rgb(45,174,221); }
td.TdClassName
{
border-color: #2DAEDD;
}
.TagClassName
{
border-color: #2DAEDD;
}
</style>