Shades of Summer Sky #1BA7DD
Tints of Summer Sky #1BA7DD
RGB
CMYK
RGB Variations
Color information
#1BA7DD (or 0x1BA7DD) is known color: Summer Sky. HEX triplet: 1B, A7 and DD. RGB value is (27,167,221). Sum of RGB (Red+Green+Blue) = 27+167+221=415 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.51% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #1BA7DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA7DD is #E45822. Grayscale: #828282. Windows color (decimal): -14964771 or 14526235. OLE color: 14526235.
HSL color Cylindrical-coordinate representation of color #1BA7DD: hue angle of 196.7º 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 #1BA7DD is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 167 | 221 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.13 |
| HSL | 196.7º | 0.78% | 0.49% | - |
| HSV(B) | 196.7º | 0.88% | 0.87% | - |
| XYZ | 27.32 | 33.09 | 73.35 | - |
| YUV | 131.3 | 178.62 | 53.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 167 | 221 | 0.88 | 0.24 | 0 | 0.13 | 196.7 | 0.78 | 0.49 |
| Hex | 1B | A7 | DD | 58 | 18 | 0 | D | C5 | 4E | 31 |
| Octal | 33 | 247 | 335 | 130 | 30 | 0 | 15 | 305 | 116 | 61 |
| Binary | 11011 | 10100111 | 11011101 | 1011000 | 11000 | 0 | 1101 | 11000101 | 1001110 | 110001 |
Color Harmonies of #1BA7DD
Complementary color
Monochromatic Colors of #1BA7DD
Black with #1BA7DD
Text Example
Text Example
White with #1BA7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA7DD; }
p { color: rgb(27,167,221); }
H1.HeaderClassName
{
color: #1BA7DD;
}
.AnyTagClassName
{
color: #1BA7DD;
}
</style>
background-color css
<style>
a { background-color: #1BA7DD; }
a { background-color: rgb(27,167,221); }
div.DivClassName
{
background-color: #1BA7DD;
}
.BgClassName
{
background-color: #1BA7DD;
}
</style>
border-color css
<style>
span { border-color: #1BA7DD; }
span { border-color: rgb(27,167,221); }
td.TdClassName
{
border-color: #1BA7DD;
}
.TagClassName
{
border-color: #1BA7DD;
}
</style>