Shades of Summer Sky #1BAADB
Tints of Summer Sky #1BAADB
RGB
CMYK
RGB Variations
Color information
#1BAADB (or 0x1BAADB) is known color: Summer Sky. HEX triplet: 1B, AA and DB. RGB value is (27,170,219). Sum of RGB (Red+Green+Blue) = 27+170+219=416 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.49% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #1BAADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAADB is #E45524. Grayscale: #848484. Windows color (decimal): -14964005 or 14395931. OLE color: 14395931.
HSL color Cylindrical-coordinate representation of color #1BAADB: hue angle of 195.31º 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 #1BAADB is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 170 | 219 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.14 |
| HSL | 195.31º | 0.78% | 0.48% | - |
| HSV(B) | 195.31º | 0.88% | 0.86% | - |
| XYZ | 27.61 | 34.1 | 72.14 | - |
| YUV | 132.83 | 176.62 | 52.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 170 | 219 | 0.88 | 0.22 | 0 | 0.14 | 195.31 | 0.78 | 0.48 |
| Hex | 1B | AA | DB | 58 | 16 | 0 | E | C3 | 4E | 30 |
| Octal | 33 | 252 | 333 | 130 | 26 | 0 | 16 | 303 | 116 | 60 |
| Binary | 11011 | 10101010 | 11011011 | 1011000 | 10110 | 0 | 1110 | 11000011 | 1001110 | 110000 |
Color Harmonies of #1BAADB
Complementary color
Monochromatic Colors of #1BAADB
Black with #1BAADB
Text Example
Text Example
White with #1BAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAADB; }
p { color: rgb(27,170,219); }
H1.HeaderClassName
{
color: #1BAADB;
}
.AnyTagClassName
{
color: #1BAADB;
}
</style>
background-color css
<style>
a { background-color: #1BAADB; }
a { background-color: rgb(27,170,219); }
div.DivClassName
{
background-color: #1BAADB;
}
.BgClassName
{
background-color: #1BAADB;
}
</style>
border-color css
<style>
span { border-color: #1BAADB; }
span { border-color: rgb(27,170,219); }
td.TdClassName
{
border-color: #1BAADB;
}
.TagClassName
{
border-color: #1BAADB;
}
</style>