Shades of Summer Sky #1DA0D3
Tints of Summer Sky #1DA0D3
RGB
CMYK
RGB Variations
Color information
#1DA0D3 (or 0x1DA0D3) is known color: Summer Sky. HEX triplet: 1D, A0 and D3. RGB value is (29,160,211). Sum of RGB (Red+Green+Blue) = 29+160+211=400 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.25% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 211 (82.81% from 255 or 52.75% from 400); Max value from RGB is 211 - color contains mainly: blue. Hex color #1DA0D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DA0D3 is #E25F2C. Grayscale: #7E7E7E. Windows color (decimal): -14835501 or 13869085. OLE color: 13869085.
HSL color Cylindrical-coordinate representation of color #1DA0D3: hue angle of 196.81º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DA0D3 is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 29 | 160 | 211 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.17 |
| HSL | 196.81º | 0.76% | 0.47% | - |
| HSV(B) | 196.81º | 0.86% | 0.83% | - |
| XYZ | 24.84 | 30.11 | 66.13 | - |
| YUV | 126.65 | 175.6 | 58.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 211 | 0.86 | 0.24 | 0 | 0.17 | 196.81 | 0.76 | 0.47 |
| Hex | 1D | A0 | D3 | 56 | 18 | 0 | 11 | C5 | 4C | 2F |
| Octal | 35 | 240 | 323 | 126 | 30 | 0 | 21 | 305 | 114 | 57 |
| Binary | 11101 | 10100000 | 11010011 | 1010110 | 11000 | 0 | 10001 | 11000101 | 1001100 | 101111 |
Color Harmonies of #1DA0D3
Complementary color
Monochromatic Colors of #1DA0D3
Black with #1DA0D3
Text Example
Text Example
White with #1DA0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA0D3; }
p { color: rgb(29,160,211); }
H1.HeaderClassName
{
color: #1DA0D3;
}
.AnyTagClassName
{
color: #1DA0D3;
}
</style>
background-color css
<style>
a { background-color: #1DA0D3; }
a { background-color: rgb(29,160,211); }
div.DivClassName
{
background-color: #1DA0D3;
}
.BgClassName
{
background-color: #1DA0D3;
}
</style>
border-color css
<style>
span { border-color: #1DA0D3; }
span { border-color: rgb(29,160,211); }
td.TdClassName
{
border-color: #1DA0D3;
}
.TagClassName
{
border-color: #1DA0D3;
}
</style>