Shades of Summer Sky #1DAEEB
Tints of Summer Sky #1DAEEB
RGB
CMYK
RGB Variations
Color information
#1DAEEB (or 0x1DAEEB) is known color: Summer Sky. HEX triplet: 1D, AE and EB. RGB value is (29,174,235). Sum of RGB (Red+Green+Blue) = 29+174+235=438 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.62% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #1DAEEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DAEEB is #E25114. Grayscale: #898989. Windows color (decimal): -14831893 or 15445533. OLE color: 15445533.
HSL color Cylindrical-coordinate representation of color #1DAEEB: hue angle of 197.77º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DAEEB is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 174 | 235 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.08 |
| HSL | 197.77º | 0.84% | 0.52% | - |
| HSV(B) | 197.77º | 0.88% | 0.92% | - |
| XYZ | 30.64 | 36.53 | 84.03 | - |
| YUV | 137.6 | 182.96 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 174 | 235 | 0.88 | 0.26 | 0 | 0.08 | 197.77 | 0.84 | 0.52 |
| Hex | 1D | AE | EB | 58 | 1A | 0 | 8 | C6 | 54 | 34 |
| Octal | 35 | 256 | 353 | 130 | 32 | 0 | 10 | 306 | 124 | 64 |
| Binary | 11101 | 10101110 | 11101011 | 1011000 | 11010 | 0 | 1000 | 11000110 | 1010100 | 110100 |
Color Harmonies of #1DAEEB
Complementary color
Monochromatic Colors of #1DAEEB
Black with #1DAEEB
Text Example
Text Example
White with #1DAEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAEEB; }
p { color: rgb(29,174,235); }
H1.HeaderClassName
{
color: #1DAEEB;
}
.AnyTagClassName
{
color: #1DAEEB;
}
</style>
background-color css
<style>
a { background-color: #1DAEEB; }
a { background-color: rgb(29,174,235); }
div.DivClassName
{
background-color: #1DAEEB;
}
.BgClassName
{
background-color: #1DAEEB;
}
</style>
border-color css
<style>
span { border-color: #1DAEEB; }
span { border-color: rgb(29,174,235); }
td.TdClassName
{
border-color: #1DAEEB;
}
.TagClassName
{
border-color: #1DAEEB;
}
</style>