Shades of Summer Sky #1DBFEC
Tints of Summer Sky #1DBFEC
RGB
CMYK
RGB Variations
Color information
#1DBFEC (or 0x1DBFEC) is known color: Summer Sky. HEX triplet: 1D, BF and EC. RGB value is (29,191,236). Sum of RGB (Red+Green+Blue) = 29+191+236=456 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.36% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #1DBFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBFEC is #E24013. Grayscale: #939393. Windows color (decimal): -14827540 or 15515421. OLE color: 15515421.
HSL color Cylindrical-coordinate representation of color #1DBFEC: hue angle of 193.04º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DBFEC is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 191 | 236 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.07 |
| HSL | 193.04º | 0.84% | 0.52% | - |
| HSV(B) | 193.04º | 0.88% | 0.93% | - |
| XYZ | 34.28 | 43.58 | 85.96 | - |
| YUV | 147.69 | 177.83 | 43.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 191 | 236 | 0.88 | 0.19 | 0 | 0.07 | 193.04 | 0.84 | 0.52 |
| Hex | 1D | BF | EC | 58 | 13 | 0 | 7 | C1 | 54 | 34 |
| Octal | 35 | 277 | 354 | 130 | 23 | 0 | 7 | 301 | 124 | 64 |
| Binary | 11101 | 10111111 | 11101100 | 1011000 | 10011 | 0 | 111 | 11000001 | 1010100 | 110100 |
Color Harmonies of #1DBFEC
Complementary color
Monochromatic Colors of #1DBFEC
Black with #1DBFEC
Text Example
Text Example
White with #1DBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBFEC; }
p { color: rgb(29,191,236); }
H1.HeaderClassName
{
color: #1DBFEC;
}
.AnyTagClassName
{
color: #1DBFEC;
}
</style>
background-color css
<style>
a { background-color: #1DBFEC; }
a { background-color: rgb(29,191,236); }
div.DivClassName
{
background-color: #1DBFEC;
}
.BgClassName
{
background-color: #1DBFEC;
}
</style>
border-color css
<style>
span { border-color: #1DBFEC; }
span { border-color: rgb(29,191,236); }
td.TdClassName
{
border-color: #1DBFEC;
}
.TagClassName
{
border-color: #1DBFEC;
}
</style>