Shades of Summer Sky #1BACE0
Tints of Summer Sky #1BACE0
RGB
CMYK
RGB Variations
Color information
#1BACE0 (or 0x1BACE0) is known color: Summer Sky. HEX triplet: 1B, AC and E0. RGB value is (27,172,224). Sum of RGB (Red+Green+Blue) = 27+172+224=423 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.38% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 224 (87.89% from 255 or 52.96% from 423); Max value from RGB is 224 - color contains mainly: blue. Hex color #1BACE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BACE0 is #E4531F. Grayscale: #868686. Windows color (decimal): -14963488 or 14724123. OLE color: 14724123.
HSL color Cylindrical-coordinate representation of color #1BACE0: hue angle of 195.84º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BACE0 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 172 | 224 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.12 |
| HSL | 195.84º | 0.78% | 0.49% | - |
| HSV(B) | 195.84º | 0.88% | 0.88% | - |
| XYZ | 28.66 | 35.12 | 75.79 | - |
| YUV | 134.57 | 178.46 | 51.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 172 | 224 | 0.88 | 0.23 | 0 | 0.12 | 195.84 | 0.78 | 0.49 |
| Hex | 1B | AC | E0 | 58 | 17 | 0 | C | C4 | 4E | 31 |
| Octal | 33 | 254 | 340 | 130 | 27 | 0 | 14 | 304 | 116 | 61 |
| Binary | 11011 | 10101100 | 11100000 | 1011000 | 10111 | 0 | 1100 | 11000100 | 1001110 | 110001 |
Color Harmonies of #1BACE0
Complementary color
Monochromatic Colors of #1BACE0
Black with #1BACE0
Text Example
Text Example
White with #1BACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BACE0; }
p { color: rgb(27,172,224); }
H1.HeaderClassName
{
color: #1BACE0;
}
.AnyTagClassName
{
color: #1BACE0;
}
</style>
background-color css
<style>
a { background-color: #1BACE0; }
a { background-color: rgb(27,172,224); }
div.DivClassName
{
background-color: #1BACE0;
}
.BgClassName
{
background-color: #1BACE0;
}
</style>
border-color css
<style>
span { border-color: #1BACE0; }
span { border-color: rgb(27,172,224); }
td.TdClassName
{
border-color: #1BACE0;
}
.TagClassName
{
border-color: #1BACE0;
}
</style>