Shades of Summer Sky #1BA1DC
Tints of Summer Sky #1BA1DC
RGB
CMYK
RGB Variations
Color information
#1BA1DC (or 0x1BA1DC) is known color: Summer Sky. HEX triplet: 1B, A1 and DC. RGB value is (27,161,220). Sum of RGB (Red+Green+Blue) = 27+161+220=408 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.62% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #1BA1DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA1DC is #E45E23. Grayscale: #7F7F7F. Windows color (decimal): -14966308 or 14459163. OLE color: 14459163.
HSL color Cylindrical-coordinate representation of color #1BA1DC: hue angle of 198.34º 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 #1BA1DC is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 161 | 220 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.14 |
| HSL | 198.34º | 0.78% | 0.48% | - |
| HSV(B) | 198.34º | 0.88% | 0.86% | - |
| XYZ | 26.12 | 30.89 | 72.3 | - |
| YUV | 127.66 | 180.11 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 161 | 220 | 0.88 | 0.27 | 0 | 0.14 | 198.34 | 0.78 | 0.48 |
| Hex | 1B | A1 | DC | 58 | 1B | 0 | E | C6 | 4E | 30 |
| Octal | 33 | 241 | 334 | 130 | 33 | 0 | 16 | 306 | 116 | 60 |
| Binary | 11011 | 10100001 | 11011100 | 1011000 | 11011 | 0 | 1110 | 11000110 | 1001110 | 110000 |
Color Harmonies of #1BA1DC
Complementary color
Monochromatic Colors of #1BA1DC
Black with #1BA1DC
Text Example
Text Example
White with #1BA1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA1DC; }
p { color: rgb(27,161,220); }
H1.HeaderClassName
{
color: #1BA1DC;
}
.AnyTagClassName
{
color: #1BA1DC;
}
</style>
background-color css
<style>
a { background-color: #1BA1DC; }
a { background-color: rgb(27,161,220); }
div.DivClassName
{
background-color: #1BA1DC;
}
.BgClassName
{
background-color: #1BA1DC;
}
</style>
border-color css
<style>
span { border-color: #1BA1DC; }
span { border-color: rgb(27,161,220); }
td.TdClassName
{
border-color: #1BA1DC;
}
.TagClassName
{
border-color: #1BA1DC;
}
</style>