Shades of Summer Sky #1DB7EF
Tints of Summer Sky #1DB7EF
RGB
CMYK
RGB Variations
Color information
#1DB7EF (or 0x1DB7EF) is known color: Summer Sky. HEX triplet: 1D, B7 and EF. RGB value is (29,183,239). Sum of RGB (Red+Green+Blue) = 29+183+239=451 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.43% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #1DB7EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DB7EF is #E24810. Grayscale: #8E8E8E. Windows color (decimal): -14829585 or 15709981. OLE color: 15709981.
HSL color Cylindrical-coordinate representation of color #1DB7EF: hue angle of 196º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DB7EF is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 183 | 239 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.06 |
| HSL | 196º | 0.87% | 0.53% | - |
| HSV(B) | 196º | 0.88% | 0.94% | - |
| XYZ | 33.02 | 40.36 | 87.71 | - |
| YUV | 143.34 | 181.98 | 46.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 183 | 239 | 0.88 | 0.23 | 0 | 0.06 | 196 | 0.87 | 0.53 |
| Hex | 1D | B7 | EF | 58 | 17 | 0 | 6 | C4 | 57 | 35 |
| Octal | 35 | 267 | 357 | 130 | 27 | 0 | 6 | 304 | 127 | 65 |
| Binary | 11101 | 10110111 | 11101111 | 1011000 | 10111 | 0 | 110 | 11000100 | 1010111 | 110101 |
Color Harmonies of #1DB7EF
Complementary color
Monochromatic Colors of #1DB7EF
Black with #1DB7EF
Text Example
Text Example
White with #1DB7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB7EF; }
p { color: rgb(29,183,239); }
H1.HeaderClassName
{
color: #1DB7EF;
}
.AnyTagClassName
{
color: #1DB7EF;
}
</style>
background-color css
<style>
a { background-color: #1DB7EF; }
a { background-color: rgb(29,183,239); }
div.DivClassName
{
background-color: #1DB7EF;
}
.BgClassName
{
background-color: #1DB7EF;
}
</style>
border-color css
<style>
span { border-color: #1DB7EF; }
span { border-color: rgb(29,183,239); }
td.TdClassName
{
border-color: #1DB7EF;
}
.TagClassName
{
border-color: #1DB7EF;
}
</style>