Shades of Summer Sky #1DB6EA
Tints of Summer Sky #1DB6EA
RGB
CMYK
RGB Variations
Color information
#1DB6EA (or 0x1DB6EA) is known color: Summer Sky. HEX triplet: 1D, B6 and EA. RGB value is (29,182,234). Sum of RGB (Red+Green+Blue) = 29+182+234=445 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.52% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #1DB6EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DB6EA is #E24915. Grayscale: #8D8D8D. Windows color (decimal): -14829846 or 15382045. OLE color: 15382045.
HSL color Cylindrical-coordinate representation of color #1DB6EA: hue angle of 195.22º 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 #1DB6EA is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 182 | 234 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.08 |
| HSL | 195.22º | 0.83% | 0.52% | - |
| HSV(B) | 195.22º | 0.88% | 0.92% | - |
| XYZ | 32.09 | 39.66 | 83.81 | - |
| YUV | 142.18 | 179.81 | 47.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 234 | 0.88 | 0.22 | 0 | 0.08 | 195.22 | 0.83 | 0.52 |
| Hex | 1D | B6 | EA | 58 | 16 | 0 | 8 | C3 | 53 | 34 |
| Octal | 35 | 266 | 352 | 130 | 26 | 0 | 10 | 303 | 123 | 64 |
| Binary | 11101 | 10110110 | 11101010 | 1011000 | 10110 | 0 | 1000 | 11000011 | 1010011 | 110100 |
Color Harmonies of #1DB6EA
Complementary color
Monochromatic Colors of #1DB6EA
Black with #1DB6EA
Text Example
Text Example
White with #1DB6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB6EA; }
p { color: rgb(29,182,234); }
H1.HeaderClassName
{
color: #1DB6EA;
}
.AnyTagClassName
{
color: #1DB6EA;
}
</style>
background-color css
<style>
a { background-color: #1DB6EA; }
a { background-color: rgb(29,182,234); }
div.DivClassName
{
background-color: #1DB6EA;
}
.BgClassName
{
background-color: #1DB6EA;
}
</style>
border-color css
<style>
span { border-color: #1DB6EA; }
span { border-color: rgb(29,182,234); }
td.TdClassName
{
border-color: #1DB6EA;
}
.TagClassName
{
border-color: #1DB6EA;
}
</style>