Shades of Summer Sky #1DBDDF
Tints of Summer Sky #1DBDDF
RGB
CMYK
RGB Variations
Color information
#1DBDDF (or 0x1DBDDF) is known color: Summer Sky. HEX triplet: 1D, BD and DF. RGB value is (29,189,223). Sum of RGB (Red+Green+Blue) = 29+189+223=441 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.58% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #1DBDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBDDF is #E24220. Grayscale: #909090. Windows color (decimal): -14828065 or 14662941. OLE color: 14662941.
HSL color Cylindrical-coordinate representation of color #1DBDDF: hue angle of 190.52º 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 #1DBDDF is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 189 | 223 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.13 |
| HSL | 190.52º | 0.77% | 0.49% | - |
| HSV(B) | 190.52º | 0.87% | 0.87% | - |
| XYZ | 32.02 | 41.98 | 76.23 | - |
| YUV | 145.04 | 171.99 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 223 | 0.87 | 0.15 | 0 | 0.13 | 190.52 | 0.77 | 0.49 |
| Hex | 1D | BD | DF | 57 | F | 0 | D | BF | 4D | 31 |
| Octal | 35 | 275 | 337 | 127 | 17 | 0 | 15 | 277 | 115 | 61 |
| Binary | 11101 | 10111101 | 11011111 | 1010111 | 1111 | 0 | 1101 | 10111111 | 1001101 | 110001 |
Color Harmonies of #1DBDDF
Complementary color
Monochromatic Colors of #1DBDDF
Black with #1DBDDF
Text Example
Text Example
White with #1DBDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBDDF; }
p { color: rgb(29,189,223); }
H1.HeaderClassName
{
color: #1DBDDF;
}
.AnyTagClassName
{
color: #1DBDDF;
}
</style>
background-color css
<style>
a { background-color: #1DBDDF; }
a { background-color: rgb(29,189,223); }
div.DivClassName
{
background-color: #1DBDDF;
}
.BgClassName
{
background-color: #1DBDDF;
}
</style>
border-color css
<style>
span { border-color: #1DBDDF; }
span { border-color: rgb(29,189,223); }
td.TdClassName
{
border-color: #1DBDDF;
}
.TagClassName
{
border-color: #1DBDDF;
}
</style>