Shades of Summer Sky #1BA0DD
Tints of Summer Sky #1BA0DD
RGB
CMYK
RGB Variations
Color information
#1BA0DD (or 0x1BA0DD) is known color: Summer Sky. HEX triplet: 1B, A0 and DD. RGB value is (27,160,221). Sum of RGB (Red+Green+Blue) = 27+160+221=408 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.62% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #1BA0DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA0DD is #E45F22. Grayscale: #7E7E7E. Windows color (decimal): -14966563 or 14524443. OLE color: 14524443.
HSL color Cylindrical-coordinate representation of color #1BA0DD: hue angle of 198.87º 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 #1BA0DD is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 160 | 221 | - |
| CMYK | 0.88 | 0.28 | 0 | 0.13 |
| HSL | 198.87º | 0.78% | 0.49% | - |
| HSV(B) | 198.87º | 0.88% | 0.87% | - |
| XYZ | 26.07 | 30.6 | 72.94 | - |
| YUV | 127.19 | 180.94 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 160 | 221 | 0.88 | 0.28 | 0 | 0.13 | 198.87 | 0.78 | 0.49 |
| Hex | 1B | A0 | DD | 58 | 1C | 0 | D | C7 | 4E | 31 |
| Octal | 33 | 240 | 335 | 130 | 34 | 0 | 15 | 307 | 116 | 61 |
| Binary | 11011 | 10100000 | 11011101 | 1011000 | 11100 | 0 | 1101 | 11000111 | 1001110 | 110001 |
Color Harmonies of #1BA0DD
Complementary color
Monochromatic Colors of #1BA0DD
Black with #1BA0DD
Text Example
Text Example
White with #1BA0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA0DD; }
p { color: rgb(27,160,221); }
H1.HeaderClassName
{
color: #1BA0DD;
}
.AnyTagClassName
{
color: #1BA0DD;
}
</style>
background-color css
<style>
a { background-color: #1BA0DD; }
a { background-color: rgb(27,160,221); }
div.DivClassName
{
background-color: #1BA0DD;
}
.BgClassName
{
background-color: #1BA0DD;
}
</style>
border-color css
<style>
span { border-color: #1BA0DD; }
span { border-color: rgb(27,160,221); }
td.TdClassName
{
border-color: #1BA0DD;
}
.TagClassName
{
border-color: #1BA0DD;
}
</style>