Shades of Summer Sky #1BACDF
Tints of Summer Sky #1BACDF
RGB
CMYK
RGB Variations
Color information
#1BACDF (or 0x1BACDF) is known color: Summer Sky. HEX triplet: 1B, AC and DF. RGB value is (27,172,223). Sum of RGB (Red+Green+Blue) = 27+172+223=422 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.40% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #1BACDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BACDF is #E45320. Grayscale: #868686. Windows color (decimal): -14963489 or 14658587. OLE color: 14658587.
HSL color Cylindrical-coordinate representation of color #1BACDF: hue angle of 195.61º 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 #1BACDF is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 172 | 223 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.13 |
| HSL | 195.61º | 0.78% | 0.49% | - |
| HSV(B) | 195.61º | 0.88% | 0.87% | - |
| XYZ | 28.52 | 35.07 | 75.08 | - |
| YUV | 134.46 | 177.96 | 51.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 172 | 223 | 0.88 | 0.23 | 0 | 0.13 | 195.61 | 0.78 | 0.49 |
| Hex | 1B | AC | DF | 58 | 17 | 0 | D | C4 | 4E | 31 |
| Octal | 33 | 254 | 337 | 130 | 27 | 0 | 15 | 304 | 116 | 61 |
| Binary | 11011 | 10101100 | 11011111 | 1011000 | 10111 | 0 | 1101 | 11000100 | 1001110 | 110001 |
Color Harmonies of #1BACDF
Complementary color
Monochromatic Colors of #1BACDF
Black with #1BACDF
Text Example
Text Example
White with #1BACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BACDF; }
p { color: rgb(27,172,223); }
H1.HeaderClassName
{
color: #1BACDF;
}
.AnyTagClassName
{
color: #1BACDF;
}
</style>
background-color css
<style>
a { background-color: #1BACDF; }
a { background-color: rgb(27,172,223); }
div.DivClassName
{
background-color: #1BACDF;
}
.BgClassName
{
background-color: #1BACDF;
}
</style>
border-color css
<style>
span { border-color: #1BACDF; }
span { border-color: rgb(27,172,223); }
td.TdClassName
{
border-color: #1BACDF;
}
.TagClassName
{
border-color: #1BACDF;
}
</style>