Shades of Summer Sky #1BA1DA
Tints of Summer Sky #1BA1DA
RGB
CMYK
RGB Variations
Color information
#1BA1DA (or 0x1BA1DA) is known color: Summer Sky. HEX triplet: 1B, A1 and DA. RGB value is (27,161,218). Sum of RGB (Red+Green+Blue) = 27+161+218=406 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.65% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #1BA1DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA1DA is #E45E25. Grayscale: #7F7F7F. Windows color (decimal): -14966310 or 14328091. OLE color: 14328091.
HSL color Cylindrical-coordinate representation of color #1BA1DA: hue angle of 197.91º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BA1DA is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 161 | 218 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.15 |
| HSL | 197.91º | 0.78% | 0.48% | - |
| HSV(B) | 197.91º | 0.88% | 0.85% | - |
| XYZ | 25.85 | 30.78 | 70.91 | - |
| YUV | 127.43 | 179.11 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 161 | 218 | 0.88 | 0.26 | 0 | 0.15 | 197.91 | 0.78 | 0.48 |
| Hex | 1B | A1 | DA | 58 | 1A | 0 | F | C6 | 4E | 30 |
| Octal | 33 | 241 | 332 | 130 | 32 | 0 | 17 | 306 | 116 | 60 |
| Binary | 11011 | 10100001 | 11011010 | 1011000 | 11010 | 0 | 1111 | 11000110 | 1001110 | 110000 |
Color Harmonies of #1BA1DA
Complementary color
Monochromatic Colors of #1BA1DA
Black with #1BA1DA
Text Example
Text Example
White with #1BA1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA1DA; }
p { color: rgb(27,161,218); }
H1.HeaderClassName
{
color: #1BA1DA;
}
.AnyTagClassName
{
color: #1BA1DA;
}
</style>
background-color css
<style>
a { background-color: #1BA1DA; }
a { background-color: rgb(27,161,218); }
div.DivClassName
{
background-color: #1BA1DA;
}
.BgClassName
{
background-color: #1BA1DA;
}
</style>
border-color css
<style>
span { border-color: #1BA1DA; }
span { border-color: rgb(27,161,218); }
td.TdClassName
{
border-color: #1BA1DA;
}
.TagClassName
{
border-color: #1BA1DA;
}
</style>