Shades of Summer Sky #1BABDD
Tints of Summer Sky #1BABDD
RGB
CMYK
RGB Variations
Color information
#1BABDD (or 0x1BABDD) is known color: Summer Sky. HEX triplet: 1B, AB and DD. RGB value is (27,171,221). Sum of RGB (Red+Green+Blue) = 27+171+221=419 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.44% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #1BABDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BABDD is #E45422. Grayscale: #858585. Windows color (decimal): -14963747 or 14527259. OLE color: 14527259.
HSL color Cylindrical-coordinate representation of color #1BABDD: hue angle of 195.46º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BABDD is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 171 | 221 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.13 |
| HSL | 195.46º | 0.78% | 0.49% | - |
| HSV(B) | 195.46º | 0.88% | 0.87% | - |
| XYZ | 28.07 | 34.58 | 73.6 | - |
| YUV | 133.64 | 177.29 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 221 | 0.88 | 0.23 | 0 | 0.13 | 195.46 | 0.78 | 0.49 |
| Hex | 1B | AB | DD | 58 | 17 | 0 | D | C3 | 4E | 31 |
| Octal | 33 | 253 | 335 | 130 | 27 | 0 | 15 | 303 | 116 | 61 |
| Binary | 11011 | 10101011 | 11011101 | 1011000 | 10111 | 0 | 1101 | 11000011 | 1001110 | 110001 |
Color Harmonies of #1BABDD
Complementary color
Monochromatic Colors of #1BABDD
Black with #1BABDD
Text Example
Text Example
White with #1BABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BABDD; }
p { color: rgb(27,171,221); }
H1.HeaderClassName
{
color: #1BABDD;
}
.AnyTagClassName
{
color: #1BABDD;
}
</style>
background-color css
<style>
a { background-color: #1BABDD; }
a { background-color: rgb(27,171,221); }
div.DivClassName
{
background-color: #1BABDD;
}
.BgClassName
{
background-color: #1BABDD;
}
</style>
border-color css
<style>
span { border-color: #1BABDD; }
span { border-color: rgb(27,171,221); }
td.TdClassName
{
border-color: #1BABDD;
}
.TagClassName
{
border-color: #1BABDD;
}
</style>