Shades of Summer Sky #1BADE9
Tints of Summer Sky #1BADE9
RGB
CMYK
RGB Variations
Color information
#1BADE9 (or 0x1BADE9) is known color: Summer Sky. HEX triplet: 1B, AD and E9. RGB value is (27,173,233). Sum of RGB (Red+Green+Blue) = 27+173+233=433 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.24% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 233 (91.41% from 255 or 53.81% from 433); Max value from RGB is 233 - color contains mainly: blue. Hex color #1BADE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BADE9 is #E45216. Grayscale: #878787. Windows color (decimal): -14963223 or 15314203. OLE color: 15314203.
HSL color Cylindrical-coordinate representation of color #1BADE9: hue angle of 197.48º 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 #1BADE9 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 27 | 173 | 233 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.09 |
| HSL | 197.48º | 0.82% | 0.51% | - |
| HSV(B) | 197.48º | 0.88% | 0.91% | - |
| XYZ | 30.1 | 36 | 82.45 | - |
| YUV | 136.19 | 182.63 | 50.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 173 | 233 | 0.88 | 0.26 | 0 | 0.09 | 197.48 | 0.82 | 0.51 |
| Hex | 1B | AD | E9 | 58 | 1A | 0 | 9 | C5 | 52 | 33 |
| Octal | 33 | 255 | 351 | 130 | 32 | 0 | 11 | 305 | 122 | 63 |
| Binary | 11011 | 10101101 | 11101001 | 1011000 | 11010 | 0 | 1001 | 11000101 | 1010010 | 110011 |
Color Harmonies of #1BADE9
Complementary color
Monochromatic Colors of #1BADE9
Black with #1BADE9
Text Example
Text Example
White with #1BADE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BADE9; }
p { color: rgb(27,173,233); }
H1.HeaderClassName
{
color: #1BADE9;
}
.AnyTagClassName
{
color: #1BADE9;
}
</style>
background-color css
<style>
a { background-color: #1BADE9; }
a { background-color: rgb(27,173,233); }
div.DivClassName
{
background-color: #1BADE9;
}
.BgClassName
{
background-color: #1BADE9;
}
</style>
border-color css
<style>
span { border-color: #1BADE9; }
span { border-color: rgb(27,173,233); }
td.TdClassName
{
border-color: #1BADE9;
}
.TagClassName
{
border-color: #1BADE9;
}
</style>