Shades of Summer Sky #1BAAEB
Tints of Summer Sky #1BAAEB
RGB
CMYK
RGB Variations
Color information
#1BAAEB (or 0x1BAAEB) is known color: Summer Sky. HEX triplet: 1B, AA and EB. RGB value is (27,170,235). Sum of RGB (Red+Green+Blue) = 27+170+235=432 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.25% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #1BAAEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BAAEB is #E45514. Grayscale: #868686. Windows color (decimal): -14963989 or 15444507. OLE color: 15444507.
HSL color Cylindrical-coordinate representation of color #1BAAEB: hue angle of 198.75º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BAAEB is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 170 | 235 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.08 |
| HSL | 198.75º | 0.84% | 0.51% | - |
| HSV(B) | 198.75º | 0.89% | 0.92% | - |
| XYZ | 29.82 | 34.98 | 83.78 | - |
| YUV | 134.65 | 184.62 | 51.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 170 | 235 | 0.89 | 0.28 | 0 | 0.08 | 198.75 | 0.84 | 0.51 |
| Hex | 1B | AA | EB | 59 | 1C | 0 | 8 | C7 | 54 | 33 |
| Octal | 33 | 252 | 353 | 131 | 34 | 0 | 10 | 307 | 124 | 63 |
| Binary | 11011 | 10101010 | 11101011 | 1011001 | 11100 | 0 | 1000 | 11000111 | 1010100 | 110011 |
Color Harmonies of #1BAAEB
Complementary color
Monochromatic Colors of #1BAAEB
Black with #1BAAEB
Text Example
Text Example
White with #1BAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAAEB; }
p { color: rgb(27,170,235); }
H1.HeaderClassName
{
color: #1BAAEB;
}
.AnyTagClassName
{
color: #1BAAEB;
}
</style>
background-color css
<style>
a { background-color: #1BAAEB; }
a { background-color: rgb(27,170,235); }
div.DivClassName
{
background-color: #1BAAEB;
}
.BgClassName
{
background-color: #1BAAEB;
}
</style>
border-color css
<style>
span { border-color: #1BAAEB; }
span { border-color: rgb(27,170,235); }
td.TdClassName
{
border-color: #1BAAEB;
}
.TagClassName
{
border-color: #1BAAEB;
}
</style>