Shades of Summer Sky #1BABDC
Tints of Summer Sky #1BABDC
RGB
CMYK
RGB Variations
Color information
#1BABDC (or 0x1BABDC) is known color: Summer Sky. HEX triplet: 1B, AB and DC. RGB value is (27,171,220). Sum of RGB (Red+Green+Blue) = 27+171+220=418 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.46% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #1BABDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BABDC is #E45423. Grayscale: #858585. Windows color (decimal): -14963748 or 14461723. OLE color: 14461723.
HSL color Cylindrical-coordinate representation of color #1BABDC: hue angle of 195.23º 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 #1BABDC is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 171 | 220 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.14 |
| HSL | 195.23º | 0.78% | 0.48% | - |
| HSV(B) | 195.23º | 0.88% | 0.86% | - |
| XYZ | 27.93 | 34.53 | 72.9 | - |
| YUV | 133.53 | 176.79 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 220 | 0.88 | 0.22 | 0 | 0.14 | 195.23 | 0.78 | 0.48 |
| Hex | 1B | AB | DC | 58 | 16 | 0 | E | C3 | 4E | 30 |
| Octal | 33 | 253 | 334 | 130 | 26 | 0 | 16 | 303 | 116 | 60 |
| Binary | 11011 | 10101011 | 11011100 | 1011000 | 10110 | 0 | 1110 | 11000011 | 1001110 | 110000 |
Color Harmonies of #1BABDC
Complementary color
Monochromatic Colors of #1BABDC
Black with #1BABDC
Text Example
Text Example
White with #1BABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BABDC; }
p { color: rgb(27,171,220); }
H1.HeaderClassName
{
color: #1BABDC;
}
.AnyTagClassName
{
color: #1BABDC;
}
</style>
background-color css
<style>
a { background-color: #1BABDC; }
a { background-color: rgb(27,171,220); }
div.DivClassName
{
background-color: #1BABDC;
}
.BgClassName
{
background-color: #1BABDC;
}
</style>
border-color css
<style>
span { border-color: #1BABDC; }
span { border-color: rgb(27,171,220); }
td.TdClassName
{
border-color: #1BABDC;
}
.TagClassName
{
border-color: #1BABDC;
}
</style>