Shades of Summer Sky #1BA3DC
Tints of Summer Sky #1BA3DC
RGB
CMYK
RGB Variations
Color information
#1BA3DC (or 0x1BA3DC) is known color: Summer Sky. HEX triplet: 1B, A3 and DC. RGB value is (27,163,220). Sum of RGB (Red+Green+Blue) = 27+163+220=410 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.59% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #1BA3DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA3DC is #E45C23. Grayscale: #808080. Windows color (decimal): -14965796 or 14459675. OLE color: 14459675.
HSL color Cylindrical-coordinate representation of color #1BA3DC: hue angle of 197.72º 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 #1BA3DC is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 163 | 220 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.14 |
| HSL | 197.72º | 0.78% | 0.48% | - |
| HSV(B) | 197.72º | 0.88% | 0.86% | - |
| XYZ | 26.47 | 31.59 | 72.41 | - |
| YUV | 128.83 | 179.44 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 163 | 220 | 0.88 | 0.26 | 0 | 0.14 | 197.72 | 0.78 | 0.48 |
| Hex | 1B | A3 | DC | 58 | 1A | 0 | E | C6 | 4E | 30 |
| Octal | 33 | 243 | 334 | 130 | 32 | 0 | 16 | 306 | 116 | 60 |
| Binary | 11011 | 10100011 | 11011100 | 1011000 | 11010 | 0 | 1110 | 11000110 | 1001110 | 110000 |
Color Harmonies of #1BA3DC
Complementary color
Monochromatic Colors of #1BA3DC
Black with #1BA3DC
Text Example
Text Example
White with #1BA3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA3DC; }
p { color: rgb(27,163,220); }
H1.HeaderClassName
{
color: #1BA3DC;
}
.AnyTagClassName
{
color: #1BA3DC;
}
</style>
background-color css
<style>
a { background-color: #1BA3DC; }
a { background-color: rgb(27,163,220); }
div.DivClassName
{
background-color: #1BA3DC;
}
.BgClassName
{
background-color: #1BA3DC;
}
</style>
border-color css
<style>
span { border-color: #1BA3DC; }
span { border-color: rgb(27,163,220); }
td.TdClassName
{
border-color: #1BA3DC;
}
.TagClassName
{
border-color: #1BA3DC;
}
</style>