Shades of Summer Sky #1BA9DD
Tints of Summer Sky #1BA9DD
RGB
CMYK
RGB Variations
Color information
#1BA9DD (or 0x1BA9DD) is known color: Summer Sky. HEX triplet: 1B, A9 and DD. RGB value is (27,169,221). Sum of RGB (Red+Green+Blue) = 27+169+221=417 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.47% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #1BA9DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA9DD is #E45622. Grayscale: #848484. Windows color (decimal): -14964259 or 14526747. OLE color: 14526747.
HSL color Cylindrical-coordinate representation of color #1BA9DD: hue angle of 196.08º 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 #1BA9DD is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 169 | 221 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.13 |
| HSL | 196.08º | 0.78% | 0.49% | - |
| HSV(B) | 196.08º | 0.88% | 0.87% | - |
| XYZ | 27.69 | 33.83 | 73.48 | - |
| YUV | 132.47 | 177.96 | 52.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 169 | 221 | 0.88 | 0.24 | 0 | 0.13 | 196.08 | 0.78 | 0.49 |
| Hex | 1B | A9 | DD | 58 | 18 | 0 | D | C4 | 4E | 31 |
| Octal | 33 | 251 | 335 | 130 | 30 | 0 | 15 | 304 | 116 | 61 |
| Binary | 11011 | 10101001 | 11011101 | 1011000 | 11000 | 0 | 1101 | 11000100 | 1001110 | 110001 |
Color Harmonies of #1BA9DD
Complementary color
Monochromatic Colors of #1BA9DD
Black with #1BA9DD
Text Example
Text Example
White with #1BA9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA9DD; }
p { color: rgb(27,169,221); }
H1.HeaderClassName
{
color: #1BA9DD;
}
.AnyTagClassName
{
color: #1BA9DD;
}
</style>
background-color css
<style>
a { background-color: #1BA9DD; }
a { background-color: rgb(27,169,221); }
div.DivClassName
{
background-color: #1BA9DD;
}
.BgClassName
{
background-color: #1BA9DD;
}
</style>
border-color css
<style>
span { border-color: #1BA9DD; }
span { border-color: rgb(27,169,221); }
td.TdClassName
{
border-color: #1BA9DD;
}
.TagClassName
{
border-color: #1BA9DD;
}
</style>