Shades of Summer Sky #1BBAE6
Tints of Summer Sky #1BBAE6
RGB
CMYK
RGB Variations
Color information
#1BBAE6 (or 0x1BBAE6) is known color: Summer Sky. HEX triplet: 1B, BA and E6. RGB value is (27,186,230). Sum of RGB (Red+Green+Blue) = 27+186+230=443 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.09% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 230 (90.23% from 255 or 51.92% from 443); Max value from RGB is 230 - color contains mainly: blue. Hex color #1BBAE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBAE6 is #E44519. Grayscale: #8F8F8F. Windows color (decimal): -14959898 or 15120923. OLE color: 15120923.
HSL color Cylindrical-coordinate representation of color #1BBAE6: hue angle of 193º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BBAE6 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 27 | 186 | 230 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.10 |
| HSL | 193º | 0.8% | 0.5% | - |
| HSV(B) | 193º | 0.88% | 0.9% | - |
| XYZ | 32.29 | 41.06 | 81.09 | - |
| YUV | 143.48 | 176.82 | 44.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 186 | 230 | 0.88 | 0.19 | 0 | 0.10 | 193 | 0.8 | 0.5 |
| Hex | 1B | BA | E6 | 58 | 13 | 0 | A | C1 | 50 | 32 |
| Octal | 33 | 272 | 346 | 130 | 23 | 0 | 12 | 301 | 120 | 62 |
| Binary | 11011 | 10111010 | 11100110 | 1011000 | 10011 | 0 | 1010 | 11000001 | 1010000 | 110010 |
Color Harmonies of #1BBAE6
Complementary color
Monochromatic Colors of #1BBAE6
Black with #1BBAE6
Text Example
Text Example
White with #1BBAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBAE6; }
p { color: rgb(27,186,230); }
H1.HeaderClassName
{
color: #1BBAE6;
}
.AnyTagClassName
{
color: #1BBAE6;
}
</style>
background-color css
<style>
a { background-color: #1BBAE6; }
a { background-color: rgb(27,186,230); }
div.DivClassName
{
background-color: #1BBAE6;
}
.BgClassName
{
background-color: #1BBAE6;
}
</style>
border-color css
<style>
span { border-color: #1BBAE6; }
span { border-color: rgb(27,186,230); }
td.TdClassName
{
border-color: #1BBAE6;
}
.TagClassName
{
border-color: #1BBAE6;
}
</style>