Shades of Summer Sky #1BACDA
Tints of Summer Sky #1BACDA
RGB
CMYK
RGB Variations
Color information
#1BACDA (or 0x1BACDA) is known color: Summer Sky. HEX triplet: 1B, AC and DA. RGB value is (27,172,218). Sum of RGB (Red+Green+Blue) = 27+172+218=417 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.47% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #1BACDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BACDA is #E45325. Grayscale: #858585. Windows color (decimal): -14963494 or 14330907. OLE color: 14330907.
HSL color Cylindrical-coordinate representation of color #1BACDA: hue angle of 194.45º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BACDA is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 172 | 218 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.15 |
| HSL | 194.45º | 0.78% | 0.48% | - |
| HSV(B) | 194.45º | 0.88% | 0.85% | - |
| XYZ | 27.86 | 34.8 | 71.58 | - |
| YUV | 133.89 | 175.46 | 51.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 172 | 218 | 0.88 | 0.21 | 0 | 0.15 | 194.45 | 0.78 | 0.48 |
| Hex | 1B | AC | DA | 58 | 15 | 0 | F | C2 | 4E | 30 |
| Octal | 33 | 254 | 332 | 130 | 25 | 0 | 17 | 302 | 116 | 60 |
| Binary | 11011 | 10101100 | 11011010 | 1011000 | 10101 | 0 | 1111 | 11000010 | 1001110 | 110000 |
Color Harmonies of #1BACDA
Complementary color
Monochromatic Colors of #1BACDA
Black with #1BACDA
Text Example
Text Example
White with #1BACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BACDA; }
p { color: rgb(27,172,218); }
H1.HeaderClassName
{
color: #1BACDA;
}
.AnyTagClassName
{
color: #1BACDA;
}
</style>
background-color css
<style>
a { background-color: #1BACDA; }
a { background-color: rgb(27,172,218); }
div.DivClassName
{
background-color: #1BACDA;
}
.BgClassName
{
background-color: #1BACDA;
}
</style>
border-color css
<style>
span { border-color: #1BACDA; }
span { border-color: rgb(27,172,218); }
td.TdClassName
{
border-color: #1BACDA;
}
.TagClassName
{
border-color: #1BACDA;
}
</style>