Shades of Summer Sky #1BA6DC
Tints of Summer Sky #1BA6DC
RGB
CMYK
RGB Variations
Color information
#1BA6DC (or 0x1BA6DC) is known color: Summer Sky. HEX triplet: 1B, A6 and DC. RGB value is (27,166,220). Sum of RGB (Red+Green+Blue) = 27+166+220=413 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.54% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #1BA6DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA6DC is #E45923. Grayscale: #828282. Windows color (decimal): -14965028 or 14460443. OLE color: 14460443.
HSL color Cylindrical-coordinate representation of color #1BA6DC: hue angle of 196.79º 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 #1BA6DC is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 166 | 220 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.14 |
| HSL | 196.79º | 0.78% | 0.48% | - |
| HSV(B) | 196.79º | 0.88% | 0.86% | - |
| XYZ | 27.01 | 32.67 | 72.59 | - |
| YUV | 130.6 | 178.45 | 54.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 166 | 220 | 0.88 | 0.25 | 0 | 0.14 | 196.79 | 0.78 | 0.48 |
| Hex | 1B | A6 | DC | 58 | 19 | 0 | E | C5 | 4E | 30 |
| Octal | 33 | 246 | 334 | 130 | 31 | 0 | 16 | 305 | 116 | 60 |
| Binary | 11011 | 10100110 | 11011100 | 1011000 | 11001 | 0 | 1110 | 11000101 | 1001110 | 110000 |
Color Harmonies of #1BA6DC
Complementary color
Monochromatic Colors of #1BA6DC
Black with #1BA6DC
Text Example
Text Example
White with #1BA6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA6DC; }
p { color: rgb(27,166,220); }
H1.HeaderClassName
{
color: #1BA6DC;
}
.AnyTagClassName
{
color: #1BA6DC;
}
</style>
background-color css
<style>
a { background-color: #1BA6DC; }
a { background-color: rgb(27,166,220); }
div.DivClassName
{
background-color: #1BA6DC;
}
.BgClassName
{
background-color: #1BA6DC;
}
</style>
border-color css
<style>
span { border-color: #1BA6DC; }
span { border-color: rgb(27,166,220); }
td.TdClassName
{
border-color: #1BA6DC;
}
.TagClassName
{
border-color: #1BA6DC;
}
</style>