Shades of Summer Sky #1DBBEA
Tints of Summer Sky #1DBBEA
RGB
CMYK
RGB Variations
Color information
#1DBBEA (or 0x1DBBEA) is known color: Summer Sky. HEX triplet: 1D, BB and EA. RGB value is (29,187,234). Sum of RGB (Red+Green+Blue) = 29+187+234=450 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.44% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #1DBBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBBEA is #E24415. Grayscale: #909090. Windows color (decimal): -14828566 or 15383325. OLE color: 15383325.
HSL color Cylindrical-coordinate representation of color #1DBBEA: hue angle of 193.76º 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 #1DBBEA is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 187 | 234 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.08 |
| HSL | 193.76º | 0.83% | 0.52% | - |
| HSV(B) | 193.76º | 0.88% | 0.92% | - |
| XYZ | 33.13 | 41.74 | 84.15 | - |
| YUV | 145.12 | 178.15 | 45.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 234 | 0.88 | 0.20 | 0 | 0.08 | 193.76 | 0.83 | 0.52 |
| Hex | 1D | BB | EA | 58 | 14 | 0 | 8 | C2 | 53 | 34 |
| Octal | 35 | 273 | 352 | 130 | 24 | 0 | 10 | 302 | 123 | 64 |
| Binary | 11101 | 10111011 | 11101010 | 1011000 | 10100 | 0 | 1000 | 11000010 | 1010011 | 110100 |
Color Harmonies of #1DBBEA
Complementary color
Monochromatic Colors of #1DBBEA
Black with #1DBBEA
Text Example
Text Example
White with #1DBBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBBEA; }
p { color: rgb(29,187,234); }
H1.HeaderClassName
{
color: #1DBBEA;
}
.AnyTagClassName
{
color: #1DBBEA;
}
</style>
background-color css
<style>
a { background-color: #1DBBEA; }
a { background-color: rgb(29,187,234); }
div.DivClassName
{
background-color: #1DBBEA;
}
.BgClassName
{
background-color: #1DBBEA;
}
</style>
border-color css
<style>
span { border-color: #1DBBEA; }
span { border-color: rgb(29,187,234); }
td.TdClassName
{
border-color: #1DBBEA;
}
.TagClassName
{
border-color: #1DBBEA;
}
</style>