Shades of Summer Sky #1BACDB
Tints of Summer Sky #1BACDB
RGB
CMYK
RGB Variations
Color information
#1BACDB (or 0x1BACDB) is known color: Summer Sky. HEX triplet: 1B, AC and DB. RGB value is (27,172,219). Sum of RGB (Red+Green+Blue) = 27+172+219=418 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.46% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #1BACDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BACDB is #E45324. Grayscale: #858585. Windows color (decimal): -14963493 or 14396443. OLE color: 14396443.
HSL color Cylindrical-coordinate representation of color #1BACDB: hue angle of 194.69º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BACDB is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 172 | 219 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.14 |
| HSL | 194.69º | 0.78% | 0.48% | - |
| HSV(B) | 194.69º | 0.88% | 0.86% | - |
| XYZ | 27.99 | 34.85 | 72.27 | - |
| YUV | 134 | 175.96 | 51.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 172 | 219 | 0.88 | 0.21 | 0 | 0.14 | 194.69 | 0.78 | 0.48 |
| Hex | 1B | AC | DB | 58 | 15 | 0 | E | C3 | 4E | 30 |
| Octal | 33 | 254 | 333 | 130 | 25 | 0 | 16 | 303 | 116 | 60 |
| Binary | 11011 | 10101100 | 11011011 | 1011000 | 10101 | 0 | 1110 | 11000011 | 1001110 | 110000 |
Color Harmonies of #1BACDB
Complementary color
Monochromatic Colors of #1BACDB
Black with #1BACDB
Text Example
Text Example
White with #1BACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BACDB; }
p { color: rgb(27,172,219); }
H1.HeaderClassName
{
color: #1BACDB;
}
.AnyTagClassName
{
color: #1BACDB;
}
</style>
background-color css
<style>
a { background-color: #1BACDB; }
a { background-color: rgb(27,172,219); }
div.DivClassName
{
background-color: #1BACDB;
}
.BgClassName
{
background-color: #1BACDB;
}
</style>
border-color css
<style>
span { border-color: #1BACDB; }
span { border-color: rgb(27,172,219); }
td.TdClassName
{
border-color: #1BACDB;
}
.TagClassName
{
border-color: #1BACDB;
}
</style>