Shades of Summer Sky #2DAECE
Tints of Summer Sky #2DAECE
RGB
CMYK
RGB Variations
Color information
#2DAECE (or 0x2DAECE) is known color: Summer Sky. HEX triplet: 2D, AE and CE. RGB value is (45,174,206). Sum of RGB (Red+Green+Blue) = 45+174+206=425 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.59% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #2DAECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DAECE is #D25131. Grayscale: #8A8A8A. Windows color (decimal): -13783346 or 13545005. OLE color: 13545005.
HSL color Cylindrical-coordinate representation of color #2DAECE: hue angle of 191.93º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DAECE is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 174 | 206 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.19 |
| HSL | 191.93º | 0.64% | 0.49% | - |
| HSV(B) | 191.93º | 0.78% | 0.81% | - |
| XYZ | 27.36 | 35.29 | 63.76 | - |
| YUV | 139.08 | 165.76 | 60.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 174 | 206 | 0.78 | 0.16 | 0 | 0.19 | 191.93 | 0.64 | 0.49 |
| Hex | 2D | AE | CE | 4E | 10 | 0 | 13 | C0 | 40 | 31 |
| Octal | 55 | 256 | 316 | 116 | 20 | 0 | 23 | 300 | 100 | 61 |
| Binary | 101101 | 10101110 | 11001110 | 1001110 | 10000 | 0 | 10011 | 11000000 | 1000000 | 110001 |
Color Harmonies of #2DAECE
Complementary color
Monochromatic Colors of #2DAECE
Black with #2DAECE
Text Example
Text Example
White with #2DAECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAECE; }
p { color: rgb(45,174,206); }
H1.HeaderClassName
{
color: #2DAECE;
}
.AnyTagClassName
{
color: #2DAECE;
}
</style>
background-color css
<style>
a { background-color: #2DAECE; }
a { background-color: rgb(45,174,206); }
div.DivClassName
{
background-color: #2DAECE;
}
.BgClassName
{
background-color: #2DAECE;
}
</style>
border-color css
<style>
span { border-color: #2DAECE; }
span { border-color: rgb(45,174,206); }
td.TdClassName
{
border-color: #2DAECE;
}
.TagClassName
{
border-color: #2DAECE;
}
</style>