Shades of Summer Sky #1BA4DC
Tints of Summer Sky #1BA4DC
RGB
CMYK
RGB Variations
Color information
#1BA4DC (or 0x1BA4DC) is known color: Summer Sky. HEX triplet: 1B, A4 and DC. RGB value is (27,164,220). Sum of RGB (Red+Green+Blue) = 27+164+220=411 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.57% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #1BA4DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA4DC is #E45B23. Grayscale: #818181. Windows color (decimal): -14965540 or 14459931. OLE color: 14459931.
HSL color Cylindrical-coordinate representation of color #1BA4DC: hue angle of 197.41º 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 #1BA4DC is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 164 | 220 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.14 |
| HSL | 197.41º | 0.78% | 0.48% | - |
| HSV(B) | 197.41º | 0.88% | 0.86% | - |
| XYZ | 26.65 | 31.95 | 72.47 | - |
| YUV | 129.42 | 179.11 | 54.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 164 | 220 | 0.88 | 0.25 | 0 | 0.14 | 197.41 | 0.78 | 0.48 |
| Hex | 1B | A4 | DC | 58 | 19 | 0 | E | C5 | 4E | 30 |
| Octal | 33 | 244 | 334 | 130 | 31 | 0 | 16 | 305 | 116 | 60 |
| Binary | 11011 | 10100100 | 11011100 | 1011000 | 11001 | 0 | 1110 | 11000101 | 1001110 | 110000 |
Color Harmonies of #1BA4DC
Complementary color
Monochromatic Colors of #1BA4DC
Black with #1BA4DC
Text Example
Text Example
White with #1BA4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA4DC; }
p { color: rgb(27,164,220); }
H1.HeaderClassName
{
color: #1BA4DC;
}
.AnyTagClassName
{
color: #1BA4DC;
}
</style>
background-color css
<style>
a { background-color: #1BA4DC; }
a { background-color: rgb(27,164,220); }
div.DivClassName
{
background-color: #1BA4DC;
}
.BgClassName
{
background-color: #1BA4DC;
}
</style>
border-color css
<style>
span { border-color: #1BA4DC; }
span { border-color: rgb(27,164,220); }
td.TdClassName
{
border-color: #1BA4DC;
}
.TagClassName
{
border-color: #1BA4DC;
}
</style>