Shades of Summer Sky #1DBADF
Tints of Summer Sky #1DBADF
RGB
CMYK
RGB Variations
Color information
#1DBADF (or 0x1DBADF) is known color: Summer Sky. HEX triplet: 1D, BA and DF. RGB value is (29,186,223). Sum of RGB (Red+Green+Blue) = 29+186+223=438 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.62% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #1DBADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBADF is #E24520. Grayscale: #8E8E8E. Windows color (decimal): -14828833 or 14662173. OLE color: 14662173.
HSL color Cylindrical-coordinate representation of color #1DBADF: hue angle of 191.44º 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 #1DBADF is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 186 | 223 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.13 |
| HSL | 191.44º | 0.77% | 0.49% | - |
| HSV(B) | 191.44º | 0.87% | 0.87% | - |
| XYZ | 31.38 | 40.71 | 76.02 | - |
| YUV | 143.28 | 172.99 | 46.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 223 | 0.87 | 0.17 | 0 | 0.13 | 191.44 | 0.77 | 0.49 |
| Hex | 1D | BA | DF | 57 | 11 | 0 | D | BF | 4D | 31 |
| Octal | 35 | 272 | 337 | 127 | 21 | 0 | 15 | 277 | 115 | 61 |
| Binary | 11101 | 10111010 | 11011111 | 1010111 | 10001 | 0 | 1101 | 10111111 | 1001101 | 110001 |
Color Harmonies of #1DBADF
Complementary color
Monochromatic Colors of #1DBADF
Black with #1DBADF
Text Example
Text Example
White with #1DBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBADF; }
p { color: rgb(29,186,223); }
H1.HeaderClassName
{
color: #1DBADF;
}
.AnyTagClassName
{
color: #1DBADF;
}
</style>
background-color css
<style>
a { background-color: #1DBADF; }
a { background-color: rgb(29,186,223); }
div.DivClassName
{
background-color: #1DBADF;
}
.BgClassName
{
background-color: #1DBADF;
}
</style>
border-color css
<style>
span { border-color: #1DBADF; }
span { border-color: rgb(29,186,223); }
td.TdClassName
{
border-color: #1DBADF;
}
.TagClassName
{
border-color: #1DBADF;
}
</style>