Shades of Summer Sky #1BA1DD
Tints of Summer Sky #1BA1DD
RGB
CMYK
RGB Variations
Color information
#1BA1DD (or 0x1BA1DD) is known color: Summer Sky. HEX triplet: 1B, A1 and DD. RGB value is (27,161,221). Sum of RGB (Red+Green+Blue) = 27+161+221=409 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.60% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #1BA1DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA1DD is #E45E22. Grayscale: #7F7F7F. Windows color (decimal): -14966307 or 14524699. OLE color: 14524699.
HSL color Cylindrical-coordinate representation of color #1BA1DD: hue angle of 198.56º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BA1DD is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 161 | 221 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.13 |
| HSL | 198.56º | 0.78% | 0.49% | - |
| HSV(B) | 198.56º | 0.88% | 0.87% | - |
| XYZ | 26.25 | 30.94 | 73 | - |
| YUV | 127.77 | 180.61 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 161 | 221 | 0.88 | 0.27 | 0 | 0.13 | 198.56 | 0.78 | 0.49 |
| Hex | 1B | A1 | DD | 58 | 1B | 0 | D | C7 | 4E | 31 |
| Octal | 33 | 241 | 335 | 130 | 33 | 0 | 15 | 307 | 116 | 61 |
| Binary | 11011 | 10100001 | 11011101 | 1011000 | 11011 | 0 | 1101 | 11000111 | 1001110 | 110001 |
Color Harmonies of #1BA1DD
Complementary color
Monochromatic Colors of #1BA1DD
Black with #1BA1DD
Text Example
Text Example
White with #1BA1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA1DD; }
p { color: rgb(27,161,221); }
H1.HeaderClassName
{
color: #1BA1DD;
}
.AnyTagClassName
{
color: #1BA1DD;
}
</style>
background-color css
<style>
a { background-color: #1BA1DD; }
a { background-color: rgb(27,161,221); }
div.DivClassName
{
background-color: #1BA1DD;
}
.BgClassName
{
background-color: #1BA1DD;
}
</style>
border-color css
<style>
span { border-color: #1BA1DD; }
span { border-color: rgb(27,161,221); }
td.TdClassName
{
border-color: #1BA1DD;
}
.TagClassName
{
border-color: #1BA1DD;
}
</style>