Shades of Summer Sky #1DB3DD
Tints of Summer Sky #1DB3DD
RGB
CMYK
RGB Variations
Color information
#1DB3DD (or 0x1DB3DD) is known color: Summer Sky. HEX triplet: 1D, B3 and DD. RGB value is (29,179,221). Sum of RGB (Red+Green+Blue) = 29+179+221=429 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.76% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #1DB3DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DB3DD is #E24C22. Grayscale: #8A8A8A. Windows color (decimal): -14830627 or 14529309. OLE color: 14529309.
HSL color Cylindrical-coordinate representation of color #1DB3DD: hue angle of 193.12º 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 #1DB3DD is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 179 | 221 | - |
| CMYK | 0.87 | 0.19 | 0 | 0.13 |
| HSL | 193.13º | 0.77% | 0.49% | - |
| HSV(B) | 193.13º | 0.87% | 0.87% | - |
| XYZ | 29.68 | 37.72 | 74.12 | - |
| YUV | 138.94 | 174.31 | 49.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 179 | 221 | 0.87 | 0.19 | 0 | 0.13 | 193.13 | 0.77 | 0.49 |
| Hex | 1D | B3 | DD | 57 | 13 | 0 | D | C1 | 4D | 31 |
| Octal | 35 | 263 | 335 | 127 | 23 | 0 | 15 | 301 | 115 | 61 |
| Binary | 11101 | 10110011 | 11011101 | 1010111 | 10011 | 0 | 1101 | 11000001 | 1001101 | 110001 |
Color Harmonies of #1DB3DD
Complementary color
Monochromatic Colors of #1DB3DD
Black with #1DB3DD
Text Example
Text Example
White with #1DB3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB3DD; }
p { color: rgb(29,179,221); }
H1.HeaderClassName
{
color: #1DB3DD;
}
.AnyTagClassName
{
color: #1DB3DD;
}
</style>
background-color css
<style>
a { background-color: #1DB3DD; }
a { background-color: rgb(29,179,221); }
div.DivClassName
{
background-color: #1DB3DD;
}
.BgClassName
{
background-color: #1DB3DD;
}
</style>
border-color css
<style>
span { border-color: #1DB3DD; }
span { border-color: rgb(29,179,221); }
td.TdClassName
{
border-color: #1DB3DD;
}
.TagClassName
{
border-color: #1DB3DD;
}
</style>