Shades of Summer Sky #1DBAE9
Tints of Summer Sky #1DBAE9
RGB
CMYK
RGB Variations
Color information
#1DBAE9 (or 0x1DBAE9) is known color: Summer Sky. HEX triplet: 1D, BA and E9. RGB value is (29,186,233). Sum of RGB (Red+Green+Blue) = 29+186+233=448 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.47% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 233 (91.41% from 255 or 52.01% from 448); Max value from RGB is 233 - color contains mainly: blue. Hex color #1DBAE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBAE9 is #E24516. Grayscale: #909090. Windows color (decimal): -14828823 or 15317533. OLE color: 15317533.
HSL color Cylindrical-coordinate representation of color #1DBAE9: hue angle of 193.82º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DBAE9 is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 29 | 186 | 233 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.09 |
| HSL | 193.82º | 0.82% | 0.51% | - |
| HSV(B) | 193.82º | 0.88% | 0.91% | - |
| XYZ | 32.77 | 41.26 | 83.33 | - |
| YUV | 144.42 | 177.99 | 45.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 233 | 0.88 | 0.20 | 0 | 0.09 | 193.82 | 0.82 | 0.51 |
| Hex | 1D | BA | E9 | 58 | 14 | 0 | 9 | C2 | 52 | 33 |
| Octal | 35 | 272 | 351 | 130 | 24 | 0 | 11 | 302 | 122 | 63 |
| Binary | 11101 | 10111010 | 11101001 | 1011000 | 10100 | 0 | 1001 | 11000010 | 1010010 | 110011 |
Color Harmonies of #1DBAE9
Complementary color
Monochromatic Colors of #1DBAE9
Black with #1DBAE9
Text Example
Text Example
White with #1DBAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBAE9; }
p { color: rgb(29,186,233); }
H1.HeaderClassName
{
color: #1DBAE9;
}
.AnyTagClassName
{
color: #1DBAE9;
}
</style>
background-color css
<style>
a { background-color: #1DBAE9; }
a { background-color: rgb(29,186,233); }
div.DivClassName
{
background-color: #1DBAE9;
}
.BgClassName
{
background-color: #1DBAE9;
}
</style>
border-color css
<style>
span { border-color: #1DBAE9; }
span { border-color: rgb(29,186,233); }
td.TdClassName
{
border-color: #1DBAE9;
}
.TagClassName
{
border-color: #1DBAE9;
}
</style>