Shades of Summer Sky #1DC1EB
Tints of Summer Sky #1DC1EB
RGB
CMYK
RGB Variations
Color information
#1DC1EB (or 0x1DC1EB) is known color: Summer Sky. HEX triplet: 1D, C1 and EB. RGB value is (29,193,235). Sum of RGB (Red+Green+Blue) = 29+193+235=457 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.35% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #1DC1EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC1EB is #E23E14. Grayscale: #949494. Windows color (decimal): -14827029 or 15450397. OLE color: 15450397.
HSL color Cylindrical-coordinate representation of color #1DC1EB: hue angle of 192.23º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DC1EB is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 193 | 235 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.08 |
| HSL | 192.23º | 0.84% | 0.52% | - |
| HSV(B) | 192.23º | 0.88% | 0.92% | - |
| XYZ | 34.57 | 44.4 | 85.35 | - |
| YUV | 148.75 | 176.67 | 42.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 193 | 235 | 0.88 | 0.18 | 0 | 0.08 | 192.23 | 0.84 | 0.52 |
| Hex | 1D | C1 | EB | 58 | 12 | 0 | 8 | C0 | 54 | 34 |
| Octal | 35 | 301 | 353 | 130 | 22 | 0 | 10 | 300 | 124 | 64 |
| Binary | 11101 | 11000001 | 11101011 | 1011000 | 10010 | 0 | 1000 | 11000000 | 1010100 | 110100 |
Color Harmonies of #1DC1EB
Complementary color
Monochromatic Colors of #1DC1EB
Black with #1DC1EB
Text Example
Text Example
White with #1DC1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC1EB; }
p { color: rgb(29,193,235); }
H1.HeaderClassName
{
color: #1DC1EB;
}
.AnyTagClassName
{
color: #1DC1EB;
}
</style>
background-color css
<style>
a { background-color: #1DC1EB; }
a { background-color: rgb(29,193,235); }
div.DivClassName
{
background-color: #1DC1EB;
}
.BgClassName
{
background-color: #1DC1EB;
}
</style>
border-color css
<style>
span { border-color: #1DC1EB; }
span { border-color: rgb(29,193,235); }
td.TdClassName
{
border-color: #1DC1EB;
}
.TagClassName
{
border-color: #1DC1EB;
}
</style>