Shades of Summer Sky #1DBAEC
Tints of Summer Sky #1DBAEC
RGB
CMYK
RGB Variations
Color information
#1DBAEC (or 0x1DBAEC) is known color: Summer Sky. HEX triplet: 1D, BA and EC. RGB value is (29,186,236). Sum of RGB (Red+Green+Blue) = 29+186+236=451 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.43% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #1DBAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBAEC is #E24513. Grayscale: #909090. Windows color (decimal): -14828820 or 15514141. OLE color: 15514141.
HSL color Cylindrical-coordinate representation of color #1DBAEC: hue angle of 194.49º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DBAEC is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 186 | 236 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.07 |
| HSL | 194.49º | 0.84% | 0.52% | - |
| HSV(B) | 194.49º | 0.88% | 0.93% | - |
| XYZ | 33.21 | 41.44 | 85.6 | - |
| YUV | 144.76 | 179.49 | 45.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 236 | 0.88 | 0.21 | 0 | 0.07 | 194.49 | 0.84 | 0.52 |
| Hex | 1D | BA | EC | 58 | 15 | 0 | 7 | C2 | 54 | 34 |
| Octal | 35 | 272 | 354 | 130 | 25 | 0 | 7 | 302 | 124 | 64 |
| Binary | 11101 | 10111010 | 11101100 | 1011000 | 10101 | 0 | 111 | 11000010 | 1010100 | 110100 |
Color Harmonies of #1DBAEC
Complementary color
Monochromatic Colors of #1DBAEC
Black with #1DBAEC
Text Example
Text Example
White with #1DBAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBAEC; }
p { color: rgb(29,186,236); }
H1.HeaderClassName
{
color: #1DBAEC;
}
.AnyTagClassName
{
color: #1DBAEC;
}
</style>
background-color css
<style>
a { background-color: #1DBAEC; }
a { background-color: rgb(29,186,236); }
div.DivClassName
{
background-color: #1DBAEC;
}
.BgClassName
{
background-color: #1DBAEC;
}
</style>
border-color css
<style>
span { border-color: #1DBAEC; }
span { border-color: rgb(29,186,236); }
td.TdClassName
{
border-color: #1DBAEC;
}
.TagClassName
{
border-color: #1DBAEC;
}
</style>