Shades of Summer Sky #1DABDC
Tints of Summer Sky #1DABDC
RGB
CMYK
RGB Variations
Color information
#1DABDC (or 0x1DABDC) is known color: Summer Sky. HEX triplet: 1D, AB and DC. RGB value is (29,171,220). Sum of RGB (Red+Green+Blue) = 29+171+220=420 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.90% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #1DABDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DABDC is #E25423. Grayscale: #858585. Windows color (decimal): -14832676 or 14461725. OLE color: 14461725.
HSL color Cylindrical-coordinate representation of color #1DABDC: hue angle of 195.39º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DABDC is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 171 | 220 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.14 |
| HSL | 195.39º | 0.77% | 0.49% | - |
| HSV(B) | 195.39º | 0.87% | 0.86% | - |
| XYZ | 27.99 | 34.55 | 72.9 | - |
| YUV | 134.13 | 176.46 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 171 | 220 | 0.87 | 0.22 | 0 | 0.14 | 195.39 | 0.77 | 0.49 |
| Hex | 1D | AB | DC | 57 | 16 | 0 | E | C3 | 4D | 31 |
| Octal | 35 | 253 | 334 | 127 | 26 | 0 | 16 | 303 | 115 | 61 |
| Binary | 11101 | 10101011 | 11011100 | 1010111 | 10110 | 0 | 1110 | 11000011 | 1001101 | 110001 |
Color Harmonies of #1DABDC
Complementary color
Monochromatic Colors of #1DABDC
Black with #1DABDC
Text Example
Text Example
White with #1DABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DABDC; }
p { color: rgb(29,171,220); }
H1.HeaderClassName
{
color: #1DABDC;
}
.AnyTagClassName
{
color: #1DABDC;
}
</style>
background-color css
<style>
a { background-color: #1DABDC; }
a { background-color: rgb(29,171,220); }
div.DivClassName
{
background-color: #1DABDC;
}
.BgClassName
{
background-color: #1DABDC;
}
</style>
border-color css
<style>
span { border-color: #1DABDC; }
span { border-color: rgb(29,171,220); }
td.TdClassName
{
border-color: #1DABDC;
}
.TagClassName
{
border-color: #1DABDC;
}
</style>