Shades of Summer Sky #1BA4DB
Tints of Summer Sky #1BA4DB
RGB
CMYK
RGB Variations
Color information
#1BA4DB (or 0x1BA4DB) is known color: Summer Sky. HEX triplet: 1B, A4 and DB. RGB value is (27,164,219). Sum of RGB (Red+Green+Blue) = 27+164+219=410 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.59% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #1BA4DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA4DB is #E45B24. Grayscale: #808080. Windows color (decimal): -14965541 or 14394395. OLE color: 14394395.
HSL color Cylindrical-coordinate representation of color #1BA4DB: hue angle of 197.19º 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 #1BA4DB is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 164 | 219 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.14 |
| HSL | 197.19º | 0.78% | 0.48% | - |
| HSV(B) | 197.19º | 0.88% | 0.86% | - |
| XYZ | 26.51 | 31.9 | 71.78 | - |
| YUV | 129.31 | 178.61 | 55.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 164 | 219 | 0.88 | 0.25 | 0 | 0.14 | 197.19 | 0.78 | 0.48 |
| Hex | 1B | A4 | DB | 58 | 19 | 0 | E | C5 | 4E | 30 |
| Octal | 33 | 244 | 333 | 130 | 31 | 0 | 16 | 305 | 116 | 60 |
| Binary | 11011 | 10100100 | 11011011 | 1011000 | 11001 | 0 | 1110 | 11000101 | 1001110 | 110000 |
Color Harmonies of #1BA4DB
Complementary color
Monochromatic Colors of #1BA4DB
Black with #1BA4DB
Text Example
Text Example
White with #1BA4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA4DB; }
p { color: rgb(27,164,219); }
H1.HeaderClassName
{
color: #1BA4DB;
}
.AnyTagClassName
{
color: #1BA4DB;
}
</style>
background-color css
<style>
a { background-color: #1BA4DB; }
a { background-color: rgb(27,164,219); }
div.DivClassName
{
background-color: #1BA4DB;
}
.BgClassName
{
background-color: #1BA4DB;
}
</style>
border-color css
<style>
span { border-color: #1BA4DB; }
span { border-color: rgb(27,164,219); }
td.TdClassName
{
border-color: #1BA4DB;
}
.TagClassName
{
border-color: #1BA4DB;
}
</style>