Shades of Summer Sky #1DB3EF
Tints of Summer Sky #1DB3EF
RGB
CMYK
RGB Variations
Color information
#1DB3EF (or 0x1DB3EF) is known color: Summer Sky. HEX triplet: 1D, B3 and EF. RGB value is (29,179,239). Sum of RGB (Red+Green+Blue) = 29+179+239=447 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.49% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #1DB3EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DB3EF is #E24C10. Grayscale: #8C8C8C. Windows color (decimal): -14830609 or 15708957. OLE color: 15708957.
HSL color Cylindrical-coordinate representation of color #1DB3EF: hue angle of 197.14º 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 #1DB3EF is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 179 | 239 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.06 |
| HSL | 197.14º | 0.87% | 0.53% | - |
| HSV(B) | 197.14º | 0.88% | 0.94% | - |
| XYZ | 32.21 | 38.73 | 87.44 | - |
| YUV | 140.99 | 183.31 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 179 | 239 | 0.88 | 0.25 | 0 | 0.06 | 197.14 | 0.87 | 0.53 |
| Hex | 1D | B3 | EF | 58 | 19 | 0 | 6 | C5 | 57 | 35 |
| Octal | 35 | 263 | 357 | 130 | 31 | 0 | 6 | 305 | 127 | 65 |
| Binary | 11101 | 10110011 | 11101111 | 1011000 | 11001 | 0 | 110 | 11000101 | 1010111 | 110101 |
Color Harmonies of #1DB3EF
Complementary color
Monochromatic Colors of #1DB3EF
Black with #1DB3EF
Text Example
Text Example
White with #1DB3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB3EF; }
p { color: rgb(29,179,239); }
H1.HeaderClassName
{
color: #1DB3EF;
}
.AnyTagClassName
{
color: #1DB3EF;
}
</style>
background-color css
<style>
a { background-color: #1DB3EF; }
a { background-color: rgb(29,179,239); }
div.DivClassName
{
background-color: #1DB3EF;
}
.BgClassName
{
background-color: #1DB3EF;
}
</style>
border-color css
<style>
span { border-color: #1DB3EF; }
span { border-color: rgb(29,179,239); }
td.TdClassName
{
border-color: #1DB3EF;
}
.TagClassName
{
border-color: #1DB3EF;
}
</style>