Shades of Summer Sky #1BA9DF
Tints of Summer Sky #1BA9DF
RGB
CMYK
RGB Variations
Color information
#1BA9DF (or 0x1BA9DF) is known color: Summer Sky. HEX triplet: 1B, A9 and DF. RGB value is (27,169,223). Sum of RGB (Red+Green+Blue) = 27+169+223=419 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.44% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #1BA9DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA9DF is #E45620. Grayscale: #848484. Windows color (decimal): -14964257 or 14657819. OLE color: 14657819.
HSL color Cylindrical-coordinate representation of color #1BA9DF: hue angle of 196.53º 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 #1BA9DF is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 169 | 223 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.13 |
| HSL | 196.53º | 0.78% | 0.49% | - |
| HSV(B) | 196.53º | 0.88% | 0.87% | - |
| XYZ | 27.96 | 33.94 | 74.89 | - |
| YUV | 132.7 | 178.96 | 52.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 169 | 223 | 0.88 | 0.24 | 0 | 0.13 | 196.53 | 0.78 | 0.49 |
| Hex | 1B | A9 | DF | 58 | 18 | 0 | D | C5 | 4E | 31 |
| Octal | 33 | 251 | 337 | 130 | 30 | 0 | 15 | 305 | 116 | 61 |
| Binary | 11011 | 10101001 | 11011111 | 1011000 | 11000 | 0 | 1101 | 11000101 | 1001110 | 110001 |
Color Harmonies of #1BA9DF
Complementary color
Monochromatic Colors of #1BA9DF
Black with #1BA9DF
Text Example
Text Example
White with #1BA9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA9DF; }
p { color: rgb(27,169,223); }
H1.HeaderClassName
{
color: #1BA9DF;
}
.AnyTagClassName
{
color: #1BA9DF;
}
</style>
background-color css
<style>
a { background-color: #1BA9DF; }
a { background-color: rgb(27,169,223); }
div.DivClassName
{
background-color: #1BA9DF;
}
.BgClassName
{
background-color: #1BA9DF;
}
</style>
border-color css
<style>
span { border-color: #1BA9DF; }
span { border-color: rgb(27,169,223); }
td.TdClassName
{
border-color: #1BA9DF;
}
.TagClassName
{
border-color: #1BA9DF;
}
</style>