Shades of Summer Sky #1DC1EA
Tints of Summer Sky #1DC1EA
RGB
CMYK
RGB Variations
Color information
#1DC1EA (or 0x1DC1EA) is known color: Summer Sky. HEX triplet: 1D, C1 and EA. RGB value is (29,193,234). Sum of RGB (Red+Green+Blue) = 29+193+234=456 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.36% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #1DC1EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC1EA is #E23E15. Grayscale: #949494. Windows color (decimal): -14827030 or 15384861. OLE color: 15384861.
HSL color Cylindrical-coordinate representation of color #1DC1EA: hue angle of 192º degrees, saturation: 0.83, 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 #1DC1EA is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 193 | 234 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.08 |
| HSL | 192º | 0.83% | 0.52% | - |
| HSV(B) | 192º | 0.88% | 0.92% | - |
| XYZ | 34.43 | 44.34 | 84.59 | - |
| YUV | 148.64 | 176.17 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 193 | 234 | 0.88 | 0.18 | 0 | 0.08 | 192 | 0.83 | 0.52 |
| Hex | 1D | C1 | EA | 58 | 12 | 0 | 8 | C0 | 53 | 34 |
| Octal | 35 | 301 | 352 | 130 | 22 | 0 | 10 | 300 | 123 | 64 |
| Binary | 11101 | 11000001 | 11101010 | 1011000 | 10010 | 0 | 1000 | 11000000 | 1010011 | 110100 |
Color Harmonies of #1DC1EA
Complementary color
Monochromatic Colors of #1DC1EA
Black with #1DC1EA
Text Example
Text Example
White with #1DC1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC1EA; }
p { color: rgb(29,193,234); }
H1.HeaderClassName
{
color: #1DC1EA;
}
.AnyTagClassName
{
color: #1DC1EA;
}
</style>
background-color css
<style>
a { background-color: #1DC1EA; }
a { background-color: rgb(29,193,234); }
div.DivClassName
{
background-color: #1DC1EA;
}
.BgClassName
{
background-color: #1DC1EA;
}
</style>
border-color css
<style>
span { border-color: #1DC1EA; }
span { border-color: rgb(29,193,234); }
td.TdClassName
{
border-color: #1DC1EA;
}
.TagClassName
{
border-color: #1DC1EA;
}
</style>