Shades of Summer Sky #1BA2DB
Tints of Summer Sky #1BA2DB
RGB
CMYK
RGB Variations
Color information
#1BA2DB (or 0x1BA2DB) is known color: Summer Sky. HEX triplet: 1B, A2 and DB. RGB value is (27,162,219). Sum of RGB (Red+Green+Blue) = 27+162+219=408 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.62% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #1BA2DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA2DB is #E45D24. Grayscale: #7F7F7F. Windows color (decimal): -14966053 or 14393883. OLE color: 14393883.
HSL color Cylindrical-coordinate representation of color #1BA2DB: hue angle of 197.81º 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 #1BA2DB is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 162 | 219 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.14 |
| HSL | 197.81º | 0.78% | 0.48% | - |
| HSV(B) | 197.81º | 0.88% | 0.86% | - |
| XYZ | 26.16 | 31.19 | 71.66 | - |
| YUV | 128.13 | 179.27 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 162 | 219 | 0.88 | 0.26 | 0 | 0.14 | 197.81 | 0.78 | 0.48 |
| Hex | 1B | A2 | DB | 58 | 1A | 0 | E | C6 | 4E | 30 |
| Octal | 33 | 242 | 333 | 130 | 32 | 0 | 16 | 306 | 116 | 60 |
| Binary | 11011 | 10100010 | 11011011 | 1011000 | 11010 | 0 | 1110 | 11000110 | 1001110 | 110000 |
Color Harmonies of #1BA2DB
Complementary color
Monochromatic Colors of #1BA2DB
Black with #1BA2DB
Text Example
Text Example
White with #1BA2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA2DB; }
p { color: rgb(27,162,219); }
H1.HeaderClassName
{
color: #1BA2DB;
}
.AnyTagClassName
{
color: #1BA2DB;
}
</style>
background-color css
<style>
a { background-color: #1BA2DB; }
a { background-color: rgb(27,162,219); }
div.DivClassName
{
background-color: #1BA2DB;
}
.BgClassName
{
background-color: #1BA2DB;
}
</style>
border-color css
<style>
span { border-color: #1BA2DB; }
span { border-color: rgb(27,162,219); }
td.TdClassName
{
border-color: #1BA2DB;
}
.TagClassName
{
border-color: #1BA2DB;
}
</style>