Shades of Summer Sky #2DAECB
Tints of Summer Sky #2DAECB
RGB
CMYK
RGB Variations
Color information
#2DAECB (or 0x2DAECB) is known color: Summer Sky. HEX triplet: 2D, AE and CB. RGB value is (45,174,203). Sum of RGB (Red+Green+Blue) = 45+174+203=422 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.66% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #2DAECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DAECB is #D25134. Grayscale: #8A8A8A. Windows color (decimal): -13783349 or 13348397. OLE color: 13348397.
HSL color Cylindrical-coordinate representation of color #2DAECB: hue angle of 191.01º 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 #2DAECB is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 174 | 203 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.20 |
| HSL | 191.01º | 0.64% | 0.49% | - |
| HSV(B) | 191.01º | 0.78% | 0.8% | - |
| XYZ | 27 | 35.14 | 61.86 | - |
| YUV | 138.74 | 164.26 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 174 | 203 | 0.78 | 0.14 | 0 | 0.20 | 191.01 | 0.64 | 0.49 |
| Hex | 2D | AE | CB | 4E | E | 0 | 14 | BF | 40 | 31 |
| Octal | 55 | 256 | 313 | 116 | 16 | 0 | 24 | 277 | 100 | 61 |
| Binary | 101101 | 10101110 | 11001011 | 1001110 | 1110 | 0 | 10100 | 10111111 | 1000000 | 110001 |
Color Harmonies of #2DAECB
Complementary color
Monochromatic Colors of #2DAECB
Black with #2DAECB
Text Example
Text Example
White with #2DAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAECB; }
p { color: rgb(45,174,203); }
H1.HeaderClassName
{
color: #2DAECB;
}
.AnyTagClassName
{
color: #2DAECB;
}
</style>
background-color css
<style>
a { background-color: #2DAECB; }
a { background-color: rgb(45,174,203); }
div.DivClassName
{
background-color: #2DAECB;
}
.BgClassName
{
background-color: #2DAECB;
}
</style>
border-color css
<style>
span { border-color: #2DAECB; }
span { border-color: rgb(45,174,203); }
td.TdClassName
{
border-color: #2DAECB;
}
.TagClassName
{
border-color: #2DAECB;
}
</style>