Shades of Summer Sky #1D9ADD
Tints of Summer Sky #1D9ADD
RGB
CMYK
RGB Variations
Color information
#1D9ADD (or 0x1D9ADD) is known color: Summer Sky. HEX triplet: 1D, 9A and DD. RGB value is (29,154,221). Sum of RGB (Red+Green+Blue) = 29+154+221=404 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.18% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #1D9ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D9ADD is #E26522. Grayscale: #7B7B7B. Windows color (decimal): -14837027 or 14522909. OLE color: 14522909.
HSL color Cylindrical-coordinate representation of color #1D9ADD: hue angle of 200.94º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D9ADD is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 154 | 221 | - |
| CMYK | 0.87 | 0.30 | 0 | 0.13 |
| HSL | 200.94º | 0.77% | 0.49% | - |
| HSV(B) | 200.94º | 0.87% | 0.87% | - |
| XYZ | 25.11 | 28.59 | 72.6 | - |
| YUV | 124.26 | 182.59 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 154 | 221 | 0.87 | 0.30 | 0 | 0.13 | 200.94 | 0.77 | 0.49 |
| Hex | 1D | 9A | DD | 57 | 1E | 0 | D | C9 | 4D | 31 |
| Octal | 35 | 232 | 335 | 127 | 36 | 0 | 15 | 311 | 115 | 61 |
| Binary | 11101 | 10011010 | 11011101 | 1010111 | 11110 | 0 | 1101 | 11001001 | 1001101 | 110001 |
Color Harmonies of #1D9ADD
Complementary color
Monochromatic Colors of #1D9ADD
Black with #1D9ADD
Text Example
Text Example
White with #1D9ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9ADD; }
p { color: rgb(29,154,221); }
H1.HeaderClassName
{
color: #1D9ADD;
}
.AnyTagClassName
{
color: #1D9ADD;
}
</style>
background-color css
<style>
a { background-color: #1D9ADD; }
a { background-color: rgb(29,154,221); }
div.DivClassName
{
background-color: #1D9ADD;
}
.BgClassName
{
background-color: #1D9ADD;
}
</style>
border-color css
<style>
span { border-color: #1D9ADD; }
span { border-color: rgb(29,154,221); }
td.TdClassName
{
border-color: #1D9ADD;
}
.TagClassName
{
border-color: #1D9ADD;
}
</style>